#374AB5

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

Shades of Cerulean Blue #374AB5

Tints of Cerulean Blue #374AB5

Color information

#374AB5 (or 0x374AB5) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4A and B5. RGB value is (55,74,181). Sum of RGB (Red+Green+Blue) = 55+74+181=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #374AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374AB5 is #C8B54A. Grayscale: #505050. Windows color (decimal): -13153611 or 11881015. OLE color: 11881015.

HSL color Cylindrical-coordinate representation of color #374AB5: hue angle of 230.95º degrees, saturation: 0.53, 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 #374AB5 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5574181-
CMYK0.700.5900.29
HSL230.95º53.39%46.27%-
HSV(B)230.95º69.61%70.98%-
XYZ12.369.0544.81-
YUV80.52184.71109.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 181 (71.09% from 255) = 58.39%
R=17.74%
G=23.87%
B=58.39%

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
Decimal55741810.700.5900.29230.9553.3946.27
Hex374AB5463B01De7352e
Octal67112265106730353476556
Binary110111100101010110101100011011101101110111100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,74,181); }

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

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

 a { background-color: rgb(55,74,181); }

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

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

 span { border-color: rgb(55,74,181); }

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