#36475E

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

Shades of Cello #36475E

Tints of Cello #36475E

Color information

#36475E (or 0x36475E) is unknown color: approx Cello. HEX triplet: 36, 47 and 5E. RGB value is (54,71,94). Sum of RGB (Red+Green+Blue) = 54+71+94=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #36475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36475E is #C9B8A1. Grayscale: #444444. Windows color (decimal): -13220002 or 6178614. OLE color: 6178614.

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

Color convert

RGB547194-
CMYK0.430.2400.63
HSL214.5º27.03%29.02%-
HSV(B)214.5º42.55%36.86%-
XYZ5.796.111.46-
YUV68.54142.37117.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=24.66%
G=32.42%
B=42.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5471940.430.2400.63214.527.0329.02
Hex36475E2B1803Fd61b1d
Octal6610713653300773263335
Binary11011010001111011110101011110000111111110101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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