Html Css Color HEX #37515F Cello

📋 copy color: '#37515F'

red 55 ◦ green 81 ◦ blue 95

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

Shades of Cello #37515F

Tints of Cello #37515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.06%

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

R = 23.81%
G = 35.06%
B = 41.13%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37515F (or 0x37515F) is known color: Cello. HEX triplet: 37, 51 and 5F. RGB value is (55,81,95). Sum of RGB (Red+Green+Blue) = 55+81+95=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #37515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37515F is #C8AEA0. Grayscale: #4A4A4A. Windows color (decimal): -13151905 or 6246711. OLE color: 6246711.

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

Color convert

RGB 55 81 95 -
CMYK 0.42 0.15 0 0.63
HSL 201º 0.27% 0.29% -
HSV(B) 201º 0.42% 0.37% -
XYZ 6.58 7.52 11.93 -
YUV 74.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 55 81 95 0.42 0.15 0 0.63 201 0.27 0.29
Hex 37 51 5F 2A F 0 3F C9 1B 1D
Octal 67 121 137 52 17 0 77 311 33 35
Binary 110111 1010001 1011111 101010 1111 0 111111 11001001 11011 11101

Color Harmonies of #37515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37515F

Black with #37515F

Text Example


Text Example

White with #37515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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