#36495E

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

Shades of Cello #36495E

Tints of Cello #36495E

Color information

#36495E (or 0x36495E) is unknown color: approx Cello. HEX triplet: 36, 49 and 5E. RGB value is (54,73,94). Sum of RGB (Red+Green+Blue) = 54+73+94=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #36495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36495E is #C9B6A1. Grayscale: #454545. Windows color (decimal): -13219490 or 6179126. OLE color: 6179126.

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

Color convert

RGB547394-
CMYK0.430.2200.63
HSL211.5º27.03%29.02%-
HSV(B)211.5º42.55%36.86%-
XYZ5.926.3611.5-
YUV69.71141.71116.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=24.43%
G=33.03%
B=42.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5473940.430.2200.63211.527.0329.02
Hex36495E2B1603Fd41b1d
Octal6611113653260773243335
Binary11011010010011011110101011101100111111110101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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