#36505D

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

Shades of Cello #36505D

Tints of Cello #36505D

Color information

#36505D (or 0x36505D) is unknown color: approx Cello. HEX triplet: 36, 50 and 5D. RGB value is (54,80,93). Sum of RGB (Red+Green+Blue) = 54+80+93=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #36505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36505D is #C9AFA2. Grayscale: #494949. Windows color (decimal): -13217699 or 6115382. OLE color: 6115382.

HSL color Cylindrical-coordinate representation of color #36505D: hue angle of 200º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36505D is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB548093-
CMYK0.420.1400.64
HSL200º26.53%28.82%-
HSV(B)200º41.94%36.47%-
XYZ6.377.3111.43-
YUV73.71138.89113.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=23.79%
G=35.24%
B=40.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5480930.420.1400.6420026.5328.82
Hex36505D2AE040c81b1d
Octal66120135521601003103335
Binary11011010100001011101101010111001000000110010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36505D; }

 p { color: rgb(54,80,93); }

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

<style>
 a { background-color: #36505D; }

 a { background-color: rgb(54,80,93); }

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

<style>
 span { border-color: #36505D; }

 span { border-color: rgb(54,80,93); }

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