Html Css Color HEX #375DB8 Cerulean Blue

📋 copy color: '#375DB8'

red 55 ◦ green 93 ◦ blue 184

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

Shades of Cerulean Blue #375DB8

Tints of Cerulean Blue #375DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 55.42%

R = 16.57%
G = 28.01%
B = 55.42%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#375DB8 (or 0x375DB8) is known color: Cerulean Blue. HEX triplet: 37, 5D and B8. RGB value is (55,93,184). Sum of RGB (Red+Green+Blue) = 55+93+184=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #375DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DB8 is #C8A247. Grayscale: #5B5B5B. Windows color (decimal): -13148744 or 12082487. OLE color: 12082487.

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

Color convert

RGB 55 93 184 -
CMYK 0.70 0.49 0 0.28
HSL 222.33º 0.54% 0.47% -
HSV(B) 222.33º 0.7% 0.72% -
XYZ 14.14 12.1 46.94 -
YUV 92.01 179.91 101.6 -
System Red Green Blue C M Y K H S L
Decimal 55 93 184 0.70 0.49 0 0.28 222.33 0.54 0.47
Hex 37 5D B8 46 31 0 1C DE 36 2F
Octal 67 135 270 106 61 0 34 336 66 57
Binary 110111 1011101 10111000 1000110 110001 0 11100 11011110 110110 101111

Color Harmonies of #375DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DB8

Black with #375DB8

Text Example


Text Example

White with #375DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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