Html Css Color HEX #375DB9 Cerulean Blue

📋 copy color: '#375DB9'

red 55 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #375DB9

Tints of Cerulean Blue #375DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 55.56%

R = 16.52%
G = 27.93%
B = 55.56%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#375DB9 (or 0x375DB9) is known color: Cerulean Blue. HEX triplet: 37, 5D and B9. RGB value is (55,93,185). Sum of RGB (Red+Green+Blue) = 55+93+185=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #375DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DB9 is #C8A246. Grayscale: #5B5B5B. Windows color (decimal): -13148743 or 12148023. OLE color: 12148023.

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

Color convert

RGB 55 93 185 -
CMYK 0.70 0.50 0 0.27
HSL 222.46º 0.54% 0.47% -
HSV(B) 222.46º 0.7% 0.73% -
XYZ 14.25 12.14 47.49 -
YUV 92.13 180.41 101.52 -
System Red Green Blue C M Y K H S L
Decimal 55 93 185 0.70 0.50 0 0.27 222.46 0.54 0.47
Hex 37 5D B9 46 32 0 1B DE 36 2F
Octal 67 135 271 106 62 0 33 336 66 57
Binary 110111 1011101 10111001 1000110 110010 0 11011 11011110 110110 101111

Color Harmonies of #375DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DB9

Black with #375DB9

Text Example


Text Example

White with #375DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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