#374CB2

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

Shades of Cerulean Blue #374CB2

Tints of Cerulean Blue #374CB2

Color information

#374CB2 (or 0x374CB2) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4C and B2. RGB value is (55,76,178). Sum of RGB (Red+Green+Blue) = 55+76+178=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #374CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374CB2 is #C8B34D. Grayscale: #505050. Windows color (decimal): -13153102 or 11684919. OLE color: 11684919.

HSL color Cylindrical-coordinate representation of color #374CB2: hue angle of 229.76º 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 #374CB2 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5576178-
CMYK0.690.5700.30
HSL229.76º52.79%45.69%-
HSV(B)229.76º69.1%69.8%-
XYZ12.29.243.25-
YUV81.35182.54109.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 178 (69.92% from 255) = 57.61%
R=17.80%
G=24.60%
B=57.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55761780.690.5700.30229.7652.7945.69
Hex374CB2453901Ee6352e
Octal67114262105710363466556
Binary110111100110010110010100010111100101111011100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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