COLOR #374AB0

HEX: #374AB0 RGB: (55,74,176)

Color info

#374AB0 contains mainly blue color. Web safe color of #374AB0 is #333399 (or #339).

RGB color model

#374AB0 color RGB value is (55,74,176).

RGB: (55,74,176) (22%, 29%, 69%)

RGB channels and saturation

R 55 of 255 = 22%
G 74 of 255 = 29%
B 176 of 255 = 69%

55
74
176

R + G + B ~ 40%. #374AB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 74 + 176 = 305 (100%)
R 55 of 305 ~ 18.03%
G 74 of 305 ~ 24.26%
B 176 of 305 ~ 57.7'%

%18.03
%24.26
%57.7

CMYK color model

#374AB0 color CMYK value is (69,58,0,31).

  • cyan value is 68.75%
  • magenta value is 57.95%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (69,58,0,31)
C69M58Y0K31 (69%, 58%, 0%, 31%)
(0.69 / 0.58 / 0.00 / 0.31)

CMYK percentages

%68.75
%57.95
%0
%30.98

Codes

Color #374AB0 in popluar color models

37 4A B0
RGB 55 74 176
HSL 231° 52.38% 45.29%
HSB/HSV 231° 68.75% 69.02%
CMYK 68.75% 57.95% 0.00%
30.98%

Color #374AB0 in popluar number systems.

HEX 37 4A B0
Decimal 55 74 176
Binary 110111 1001010 10110000
Octal 67 112 260

Shades and tints

Shades of #374AB0

#374AB0
(55,74,176)
#3244A0
(50,68,160)
#2D3E90
(45,62,144)
#283880
(40,56,128)
#233270
(35,50,112)
#1E2C60
(30,44,96)
#192650
(25,38,80)
#142040
(20,32,64)
#0F1A30
(15,26,48)
#0A1420
(10,20,32)
#050E10
(5,14,16)
#000000
(0,0,0)

Tints of #374AB0

#374AB0
(55,74,176)
#495AB7
(73,90,183)
#5B6ABE
(91,106,190)
#6D7AC5
(109,122,197)
#7F8ACC
(127,138,204)
#919AD3
(145,154,211)
#A3AADA
(163,170,218)
#B5BAE1
(181,186,225)
#C7CAE8
(199,202,232)
#D9DAEF
(217,218,239)
#EBEAF6
(235,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374AB0 color. Also use rgb(55,74,176) instead hex code.

Text Font Color

.myTextColor { color: #374AB0; }

<p style="color:#374AB0">This sample text font color is #374AB0.</p>

This text font color is #374AB0.

Background Color

.myBgColor { background-color: #374AB0; }

<div style="background-color:#374AB0">Inner text</div>

This div background color is #374AB0.

Border color

.myBorderColor { border: 1px solid #374AB0; }

<div style="border:3px solid #374AB0">Div</div>

This div border color is #374AB0.

Opacity

.myOpacity80 { color: #374AB0; opacity: 0.8; }

<p style="color:#374AB0;opacity:0.8;">80%</p>

Text with #374AB0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #374AB0;}

<p style="text-shadow: 3px 3px 1px #374AB0">Text here.</p>

This text has shadow with #374AB0 color.


.textShadow {text-shadow: 3px 3px 1px #374AB0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #374AB0, 5px 5px 20px red">Text here.</p>

This text has shadow with #374AB0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#374AB0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#374AB0, Direction=45, Strength=4)">Text</p>

This text has shadow with #374AB0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #374AB0;
-webkit-box-shadow: 1px 1px 3px 2px #374AB0;
box-shadow: 1px 1px 3px 2px #374AB0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #374AB0; -webkit-box-shadow: 1px 1px 3px 2px #374AB0; box-shadow:1px 1px 3px 2px #374AB0;">
Div content here
</div>

This div box has shadow with color #374AB0.

Preview

Color preview on black background

This text has color #374AB0 on black background.


Color preview on white background

This text has color #374AB0 on white background.


Black color preview on #374AB0 background

This text has black color on #374AB0 background.


White color preview on #374AB0 background

This text has white color on #374AB0 background.


Related colors

Complementary color

Complementary color for #hex is #C8B54F.


I love getcolorcode.com

Triadic colors

1 #B0374A and #4AB037 with #374AB0 are triadic colors.

2 #B04A37 and #4A37B0 with #374AB0 are triadic colors.