#374DBB

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

Shades of Cerulean Blue #374DBB

Tints of Cerulean Blue #374DBB

Color information

#374DBB (or 0x374DBB) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4D and BB. RGB value is (55,77,187). Sum of RGB (Red+Green+Blue) = 55+77+187=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #374DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DBB is #C8B244. Grayscale: #525252. Windows color (decimal): -13152837 or 12274999. OLE color: 12274999.

HSL color Cylindrical-coordinate representation of color #374DBB: hue angle of 230º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374DBB is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5577187-
CMYK0.710.5900.27
HSL230º54.55%47.45%-
HSV(B)230º70.59%73.33%-
XYZ13.29.7148.19-
YUV82.96186.71108.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 187 (73.44% from 255) = 58.62%
R=17.24%
G=24.14%
B=58.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55771870.710.5900.2723054.5547.45
Hex374DBB473B01Be6372f
Octal67115273107730333466757
Binary110111100110110111011100011111101101101111100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,77,187); }

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

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

 a { background-color: rgb(55,77,187); }

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

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

 span { border-color: rgb(55,77,187); }

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