Html Css Color HEX #375DB2 Cerulean Blue

📋 copy color: '#375DB2'

red 55 ◦ green 93 ◦ blue 178

#375DB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #375DB2

Tints of Cerulean Blue #375DB2

RGB

 RED value IS 55 (21.88% from 255) = 16.87%

 GREEN value IS 93 (36.72% from 255) = 28.53%

 BLUE value IS 178 (69.92% from 255) = 54.6%

R = 16.87%
G = 28.53%
B = 54.6%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#375DB2 (or 0x375DB2) is known color: Cerulean Blue. HEX triplet: 37, 5D and B2. RGB value is (55,93,178). Sum of RGB (Red+Green+Blue) = 55+93+178=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #375DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375DB2 is #C8A24D. Grayscale: #5A5A5A. Windows color (decimal): -13148750 or 11689271. OLE color: 11689271.

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

Color convert

RGB 55 93 178 -
CMYK 0.69 0.48 0 0.30
HSL 221.46º 0.53% 0.46% -
HSV(B) 221.46º 0.69% 0.7% -
XYZ 13.53 11.86 43.69 -
YUV 91.33 176.91 102.09 -
System Red Green Blue C M Y K H S L
Decimal 55 93 178 0.69 0.48 0 0.30 221.46 0.53 0.46
Hex 37 5D B2 45 30 0 1E DD 35 2E
Octal 67 135 262 105 60 0 36 335 65 56
Binary 110111 1011101 10110010 1000101 110000 0 11110 11011101 110101 101110

Color Harmonies of #375DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DB2

Black with #375DB2

Text Example


Text Example

White with #375DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #375DB2;
 }
 .AnyTagClassName
 {
   color: #375DB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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