#36505F

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

Shades of Cello #36505F

Tints of Cello #36505F

Color information

#36505F (or 0x36505F) is unknown color: approx Cello. HEX triplet: 36, 50 and 5F. RGB value is (54,80,95). Sum of RGB (Red+Green+Blue) = 54+80+95=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #36505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36505F is #C9AFA0. Grayscale: #494949. Windows color (decimal): -13217697 or 6246454. OLE color: 6246454.

HSL color Cylindrical-coordinate representation of color #36505F: hue angle of 201.95º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36505F is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB548095-
CMYK0.430.1600.63
HSL201.95º27.52%29.22%-
HSV(B)201.95º43.16%37.25%-
XYZ6.467.3511.9-
YUV73.94139.89113.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=23.58%
G=34.93%
B=41.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5480950.430.1600.63201.9527.5229.22
Hex36505F2B1003Fca1c1d
Octal6612013753200773123435
Binary11011010100001011111101011100000111111110010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36505F;
 }
 .AnyTagClassName
 {
   color: #36505F;
 }
</style>
background-color css

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

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

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

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

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

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