#36495F

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

Shades of Cello #36495F

Tints of Cello #36495F

Color information

#36495F (or 0x36495F) is unknown color: approx Cello. HEX triplet: 36, 49 and 5F. RGB value is (54,73,95). Sum of RGB (Red+Green+Blue) = 54+73+95=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #36495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36495F is #C9B6A0. Grayscale: #454545. Windows color (decimal): -13219489 or 6244662. OLE color: 6244662.

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

Color convert

RGB547395-
CMYK0.430.2300.63
HSL212.2º27.52%29.22%-
HSV(B)212.2º43.16%37.25%-
XYZ5.976.3811.74-
YUV69.83142.21116.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=24.32%
G=32.88%
B=42.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5473950.430.2300.63212.227.5229.22
Hex36495F2B1703Fd41c1d
Octal6611113753270773243435
Binary11011010010011011111101011101110111111110101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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