#37525F

Color #37525F Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #37525F

Tints of Cello #37525F

Color information

#37525F (or 0x37525F) is unknown color: approx 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

RGB558295-
CMYK0.420.1400.63
HSL199.5º26.67%29.41%-
HSV(B)199.5º42.11%37.25%-
XYZ6.667.6711.96-
YUV75.41139.05113.44-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5582950.420.1400.63199.526.6729.41
Hex37525F2AE03Fc81b1d
Octal6712213752160773103335
Binary1101111010010101111110101011100111111110010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>