Html Css Color HEX #37485F Cello

📋 copy color: '#37485F'

red 55 ◦ green 72 ◦ blue 95

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

Shades of Cello #37485F

Tints of Cello #37485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 24.77%
G = 32.43%
B = 42.79%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37485F (or 0x37485F) is known color: Cello. HEX triplet: 37, 48 and 5F. RGB value is (55,72,95). Sum of RGB (Red+Green+Blue) = 55+72+95=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #37485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37485F is #C8B7A0. Grayscale: #454545. Windows color (decimal): -13154209 or 6244407. OLE color: 6244407.

HSL color Cylindrical-coordinate representation of color #37485F: hue angle of 214.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37485F is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 72 95 -
CMYK 0.42 0.24 0 0.63
HSL 214.5º 0.27% 0.29% -
HSV(B) 214.5º 0.42% 0.37% -
XYZ 5.96 6.27 11.72 -
YUV 69.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 55 72 95 0.42 0.24 0 0.63 214.5 0.27 0.29
Hex 37 48 5F 2A 18 0 3F D6 1B 1D
Octal 67 110 137 52 30 0 77 326 33 35
Binary 110111 1001000 1011111 101010 11000 0 111111 11010110 11011 11101

Color Harmonies of #37485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37485F

Black with #37485F

Text Example


Text Example

White with #37485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37485F; }

 p { color: rgb(55,72,95); }

 H1.HeaderClassName
 {
   color: #37485F;
 }
 .AnyTagClassName
 {
   color: #37485F;
 }
</style>

background-color css

<style>
 a { background-color: #37485F; }

 a { background-color: rgb(55,72,95); }

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

border-color css

<style>
 span { border-color: #37485F; }

 span { border-color: rgb(55,72,95); }

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