#36515E

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

Shades of Cello #36515E

Tints of Cello #36515E

Color information

#36515E (or 0x36515E) is unknown color: approx Cello. HEX triplet: 36, 51 and 5E. RGB value is (54,81,94). Sum of RGB (Red+Green+Blue) = 54+81+94=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #36515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36515E is #C9AEA1. Grayscale: #4A4A4A. Windows color (decimal): -13217442 or 6181174. OLE color: 6181174.

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

Color convert

RGB548194-
CMYK0.430.1400.63
HSL199.5º27.03%29.02%-
HSV(B)199.5º42.55%36.86%-
XYZ6.487.4811.69-
YUV74.41139.05113.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=23.58%
G=35.37%
B=41.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5481940.430.1400.63199.527.0329.02
Hex36515E2BE03Fc81b1d
Octal6612113653160773103335
Binary1101101010001101111010101111100111111110010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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