#375EB2

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

Shades of Cerulean Blue #375EB2

Tints of Cerulean Blue #375EB2

Color information

#375EB2 (or 0x375EB2) is unknown color: approx Cerulean Blue. HEX triplet: 37, 5E and B2. RGB value is (55,94,178). Sum of RGB (Red+Green+Blue) = 55+94+178=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 178 (69.92% from 255 or 54.43% from 327); Max value from RGB is 178 - color contains mainly: blue. Hex color #375EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EB2 is #C8A14D. Grayscale: #5B5B5B. Windows color (decimal): -13148494 or 11689527. OLE color: 11689527.

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

Color convert

RGB5594178-
CMYK0.690.4700.30
HSL220.98º52.79%45.69%-
HSV(B)220.98º69.1%69.8%-
XYZ13.6112.0343.72-
YUV91.92176.58101.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.82%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 178 (69.92% from 255) = 54.43%
R=16.82%
G=28.75%
B=54.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55941780.690.4700.30220.9852.7945.69
Hex375EB2452F01Edd352e
Octal67136262105570363356556
Binary110111101111010110010100010110111101111011011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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