#374EBA

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

Shades of Cerulean Blue #374EBA

Tints of Cerulean Blue #374EBA

Color information

#374EBA (or 0x374EBA) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4E and BA. RGB value is (55,78,186). Sum of RGB (Red+Green+Blue) = 55+78+186=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #374EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374EBA is #C8B145. Grayscale: #525252. Windows color (decimal): -13152582 or 12209719. OLE color: 12209719.

HSL color Cylindrical-coordinate representation of color #374EBA: hue angle of 229.47º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374EBA is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5578186-
CMYK0.700.5800.27
HSL229.47º54.36%47.25%-
HSV(B)229.47º70.43%72.94%-
XYZ13.169.8147.65-
YUV83.44185.88107.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=17.24%
G=24.45%
B=58.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55781860.700.5800.27229.4754.3647.25
Hex374EBA463A01Be5362f
Octal67116272106720333456657
Binary110111100111010111010100011011101001101111100101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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