Html Css Color HEX #37505F Cello

📋 copy color: '#37505F'

red 55 ◦ green 80 ◦ blue 95

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

Shades of Cello #37505F

Tints of Cello #37505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

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

R = 23.91%
G = 34.78%
B = 41.3%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37505F (or 0x37505F) is known color: Cello. HEX triplet: 37, 50 and 5F. RGB value is (55,80,95). Sum of RGB (Red+Green+Blue) = 55+80+95=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #37505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37505F is #C8AFA0. Grayscale: #4A4A4A. Windows color (decimal): -13152161 or 6246455. OLE color: 6246455.

HSL color Cylindrical-coordinate representation of color #37505F: hue angle of 202.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 #37505F is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 80 95 -
CMYK 0.42 0.16 0 0.63
HSL 202.5º 0.27% 0.29% -
HSV(B) 202.5º 0.42% 0.37% -
XYZ 6.51 7.38 11.91 -
YUV 74.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 55 80 95 0.42 0.16 0 0.63 202.5 0.27 0.29
Hex 37 50 5F 2A 10 0 3F CA 1B 1D
Octal 67 120 137 52 20 0 77 312 33 35
Binary 110111 1010000 1011111 101010 10000 0 111111 11001010 11011 11101

Color Harmonies of #37505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37505F

Black with #37505F

Text Example


Text Example

White with #37505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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