#374FB2

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

Shades of Cerulean Blue #374FB2

Tints of Cerulean Blue #374FB2

Color information

#374FB2 (or 0x374FB2) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4F and B2. RGB value is (55,79,178). Sum of RGB (Red+Green+Blue) = 55+79+178=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #374FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374FB2 is #C8B04D. Grayscale: #525252. Windows color (decimal): -13152334 or 11685687. OLE color: 11685687.

HSL color Cylindrical-coordinate representation of color #374FB2: hue angle of 228.29º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374FB2 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5579178-
CMYK0.690.5600.30
HSL228.29º52.79%45.69%-
HSV(B)228.29º69.1%69.8%-
XYZ12.419.6243.32-
YUV83.11181.55107.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 178 (69.92% from 255) = 57.05%
R=17.63%
G=25.32%
B=57.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55791780.690.5600.30228.2952.7945.69
Hex374FB2453801Ee4352e
Octal67117262105700363446556
Binary110111100111110110010100010111100001111011100100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,79,178); }

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

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

 a { background-color: rgb(55,79,178); }

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

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

 span { border-color: rgb(55,79,178); }

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