#374CB4

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

Shades of Cerulean Blue #374CB4

Tints of Cerulean Blue #374CB4

Color information

#374CB4 (or 0x374CB4) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4C and B4. RGB value is (55,76,180). Sum of RGB (Red+Green+Blue) = 55+76+180=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #374CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374CB4 is #C8B34B. Grayscale: #515151. Windows color (decimal): -13153100 or 11815991. OLE color: 11815991.

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

Color convert

RGB5576180-
CMYK0.690.5800.29
HSL229.92º53.19%46.08%-
HSV(B)229.92º69.44%70.59%-
XYZ12.49.2844.32-
YUV81.58183.54109.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 76 (30.08% from 255) = 24.44%
BLUE value IS 180 (70.70% from 255) = 57.88%
R=17.68%
G=24.44%
B=57.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55761800.690.5800.29229.9253.1946.08
Hex374CB4453A01De6352e
Octal67114264105720353466556
Binary110111100110010110100100010111101001110111100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,180); }

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

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

 a { background-color: rgb(55,76,180); }

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

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

 span { border-color: rgb(55,76,180); }

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