#374BB6

Color #374BB6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #374BB6

Tints of Cerulean Blue #374BB6

Color information

#374BB6 (or 0x374BB6) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4B and B6. RGB value is (55,75,182). Sum of RGB (Red+Green+Blue) = 55+75+182=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #374BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BB6 is #C8B449. Grayscale: #505050. Windows color (decimal): -13153354 or 11946807. OLE color: 11946807.

HSL color Cylindrical-coordinate representation of color #374BB6: hue angle of 230.55º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374BB6 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5575182-
CMYK0.700.5900.29
HSL230.55º53.59%46.47%-
HSV(B)230.55º69.78%71.37%-
XYZ12.549.2245.38-
YUV81.22184.87109.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 182 (71.48% from 255) = 58.33%
R=17.63%
G=24.04%
B=58.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55751820.700.5900.29230.5553.5946.47
Hex374BB6463B01De7362e
Octal67113266106730353476656
Binary110111100101110110110100011011101101110111100111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374BB6; }

 p { color: rgb(55,75,182); }

 H1.HeaderClassName
 {
   color: #374BB6;
 }
 .AnyTagClassName
 {
   color: #374BB6;
 }
</style>
background-color css

<style>
 a { background-color: #374BB6; }

 a { background-color: rgb(55,75,182); }

 div.DivClassName
 {
   background-color: #374BB6;
 }
 .BgClassName
 {
   background-color: #374BB6;
 }
</style>
border-color css

<style>
 span { border-color: #374BB6; }

 span { border-color: rgb(55,75,182); }

 td.TdClassName
 {
   border-color: #374BB6;
 }
 .TagClassName
 {
   border-color: #374BB6;
 }
</style>