#36485F

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

Shades of Cello #36485F

Tints of Cello #36485F

Color information

#36485F (or 0x36485F) is unknown color: approx Cello. HEX triplet: 36, 48 and 5F. RGB value is (54,72,95). Sum of RGB (Red+Green+Blue) = 54+72+95=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #36485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36485F is #C9B7A0. Grayscale: #454545. Windows color (decimal): -13219745 or 6244406. OLE color: 6244406.

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

Color convert

RGB547295-
CMYK0.430.2400.63
HSL213.66º27.52%29.22%-
HSV(B)213.66º43.16%37.25%-
XYZ5.96.2511.72-
YUV69.24142.54117.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=24.43%
G=32.58%
B=42.99%

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
Decimal5472950.430.2400.63213.6627.5229.22
Hex36485F2B1803Fd61c1d
Octal6611013753300773263435
Binary11011010010001011111101011110000111111110101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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