Html Css Color HEX #37525F Cello

📋 copy color: '#37525F'

red 55 ◦ green 82 ◦ blue 95

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

Shades of Cello #37525F

Tints of Cello #37525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

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

R = 23.71%
G = 35.34%
B = 40.95%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37525F (or 0x37525F) is known color: Cello. HEX triplet: 37, 52 and 5F. RGB value is (55,82,95). Sum of RGB (Red+Green+Blue) = 55+82+95=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #37525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37525F is #C8ADA0. Grayscale: #4B4B4B. Windows color (decimal): -13151649 or 6246967. OLE color: 6246967.

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

Color convert

RGB 55 82 95 -
CMYK 0.42 0.14 0 0.63
HSL 199.5º 0.27% 0.29% -
HSV(B) 199.5º 0.42% 0.37% -
XYZ 6.66 7.67 11.96 -
YUV 75.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 55 82 95 0.42 0.14 0 0.63 199.5 0.27 0.29
Hex 37 52 5F 2A E 0 3F C8 1B 1D
Octal 67 122 137 52 16 0 77 310 33 35
Binary 110111 1010010 1011111 101010 1110 0 111111 11001000 11011 11101

Color Harmonies of #37525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37525F

Black with #37525F

Text Example


Text Example

White with #37525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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