#36495A

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

Shades of Cello #36495A

Tints of Cello #36495A

Color information

#36495A (or 0x36495A) is unknown color: approx Cello. HEX triplet: 36, 49 and 5A. RGB value is (54,73,90). Sum of RGB (Red+Green+Blue) = 54+73+90=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #36495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36495A is #C9B6A5. Grayscale: #454545. Windows color (decimal): -13219494 or 5916982. OLE color: 5916982.

HSL color Cylindrical-coordinate representation of color #36495A: hue angle of 208.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36495A is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547390-
CMYK0.400.1900.65
HSL208.33º25%28.24%-
HSV(B)208.33º40%35.29%-
XYZ5.756.2910.58-
YUV69.26139.71117.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=24.88%
G=33.64%
B=41.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5473900.400.1900.65208.332528.24
Hex36495A2813041d0191c
Octal66111132502301013203134
Binary110110100100110110101010001001101000001110100001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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