#375EBA

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

Shades of Cerulean Blue #375EBA

Tints of Cerulean Blue #375EBA

Color information

#375EBA (or 0x375EBA) is unknown color: approx Cerulean Blue. HEX triplet: 37, 5E and BA. RGB value is (55,94,186). Sum of RGB (Red+Green+Blue) = 55+94+186=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #375EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EBA is #C8A145. Grayscale: #5C5C5C. Windows color (decimal): -13148486 or 12213815. OLE color: 12213815.

HSL color Cylindrical-coordinate representation of color #375EBA: hue angle of 222.14º 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 #375EBA is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5594186-
CMYK0.700.4900.27
HSL222.14º54.36%47.25%-
HSV(B)222.14º70.43%72.94%-
XYZ14.4412.3648.08-
YUV92.83180.58101.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=16.42%
G=28.06%
B=55.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55941860.700.4900.27222.1454.3647.25
Hex375EBA463101Bde362f
Octal67136272106610333366657
Binary110111101111010111010100011011000101101111011110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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