#37505F

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

Shades of Cello #37505F

Tints of Cello #37505F

Color information

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

RGB558095-
CMYK0.420.1600.63
HSL202.5º26.67%29.41%-
HSV(B)202.5º42.11%37.25%-
XYZ6.517.3811.91-
YUV74.24139.72114.28-

RGB Variations

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

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.30%
R=23.91%
G=34.78%
B=41.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5580950.420.1600.63202.526.6729.41
Hex37505F2A1003Fca1b1d
Octal6712013752200773123335
Binary11011110100001011111101010100000111111110010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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