#36475F

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

Shades of Cello #36475F

Tints of Cello #36475F

Color information

#36475F (or 0x36475F) is unknown color: approx Cello. HEX triplet: 36, 47 and 5F. RGB value is (54,71,95). Sum of RGB (Red+Green+Blue) = 54+71+95=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #36475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36475F is #C9B8A0. Grayscale: #444444. Windows color (decimal): -13220001 or 6244150. OLE color: 6244150.

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

Color convert

RGB547195-
CMYK0.430.2500.63
HSL215.12º27.52%29.22%-
HSV(B)215.12º43.16%37.25%-
XYZ5.846.1211.7-
YUV68.65142.87117.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=24.55%
G=32.27%
B=43.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5471950.430.2500.63215.1227.5229.22
Hex36475F2B1903Fd71c1d
Octal6610713753310773273435
Binary11011010001111011111101011110010111111110101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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