#374EAC

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

Shades of Cerulean Blue #374EAC

Tints of Cerulean Blue #374EAC

Color information

#374EAC (or 0x374EAC) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4E and AC. RGB value is (55,78,172). Sum of RGB (Red+Green+Blue) = 55+78+172=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #374EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374EAC is #C8B153. Grayscale: #515151. Windows color (decimal): -13152596 or 11292215. OLE color: 11292215.

HSL color Cylindrical-coordinate representation of color #374EAC: hue angle of 228.21º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374EAC is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5578172-
CMYK0.680.5500.33
HSL228.21º51.54%44.51%-
HSV(B)228.21º68.02%67.45%-
XYZ11.759.2440.19-
YUV81.84178.88108.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=18.03%
G=25.57%
B=56.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55781720.680.5500.33228.2151.5444.51
Hex374EAC4437021e4342d
Octal67116254104670413446455
Binary1101111001110101011001000100110111010000111100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,78,172); }

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

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

 a { background-color: rgb(55,78,172); }

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

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

 span { border-color: rgb(55,78,172); }

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