Html Css Color HEX #375DB6 Cerulean Blue

📋 copy color: '#375DB6'

red 55 ◦ green 93 ◦ blue 182

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

Shades of Cerulean Blue #375DB6

Tints of Cerulean Blue #375DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.15%

R = 16.67%
G = 28.18%
B = 55.15%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#375DB6 (or 0x375DB6) is known color: Cerulean Blue. HEX triplet: 37, 5D and B6. RGB value is (55,93,182). Sum of RGB (Red+Green+Blue) = 55+93+182=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #375DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DB6 is #C8A249. Grayscale: #5B5B5B. Windows color (decimal): -13148746 or 11951415. OLE color: 11951415.

HSL color Cylindrical-coordinate representation of color #375DB6: hue angle of 222.05º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #375DB6 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 93 182 -
CMYK 0.70 0.49 0 0.29
HSL 222.05º 0.54% 0.46% -
HSV(B) 222.05º 0.7% 0.71% -
XYZ 13.93 12.02 45.84 -
YUV 91.78 178.91 101.76 -
System Red Green Blue C M Y K H S L
Decimal 55 93 182 0.70 0.49 0 0.29 222.05 0.54 0.46
Hex 37 5D B6 46 31 0 1D DE 36 2E
Octal 67 135 266 106 61 0 35 336 66 56
Binary 110111 1011101 10110110 1000110 110001 0 11101 11011110 110110 101110

Color Harmonies of #375DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DB6

Black with #375DB6

Text Example


Text Example

White with #375DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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