#36526D

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

Shades of Cello #36526D

Tints of Cello #36526D

Color information

#36526D (or 0x36526D) is unknown color: approx Cello. HEX triplet: 36, 52 and 6D. RGB value is (54,82,109). Sum of RGB (Red+Green+Blue) = 54+82+109=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #36526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36526D is #C9AD92. Grayscale: #4C4C4C. Windows color (decimal): -13217171 or 7164470. OLE color: 7164470.

HSL color Cylindrical-coordinate representation of color #36526D: hue angle of 209.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36526D is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5482109-
CMYK0.500.2500.57
HSL209.45º33.74%31.96%-
HSV(B)209.45º50.46%42.75%-
XYZ7.37.9215.61-
YUV76.71146.22111.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 109 (42.97% from 255) = 44.49%
R=22.04%
G=33.47%
B=44.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54821090.500.2500.57209.4533.7431.96
Hex36526D3219039d12220
Octal6612215562310713214240
Binary1101101010010110110111001011001011100111010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,82,109); }

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

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

 a { background-color: rgb(54,82,109); }

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

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

 span { border-color: rgb(54,82,109); }

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