#36506C

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

Shades of Cello #36506C

Tints of Cello #36506C

Color information

#36506C (or 0x36506C) is unknown color: approx Cello. HEX triplet: 36, 50 and 6C. RGB value is (54,80,108). Sum of RGB (Red+Green+Blue) = 54+80+108=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #36506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36506C is #C9AF93. Grayscale: #4B4B4B. Windows color (decimal): -13217684 or 7098422. OLE color: 7098422.

HSL color Cylindrical-coordinate representation of color #36506C: hue angle of 211.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36506C is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5480108-
CMYK0.500.2600.58
HSL211.11º33.33%31.76%-
HSV(B)211.11º50%42.35%-
XYZ7.17.615.28-
YUV75.42146.39112.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=22.31%
G=33.06%
B=44.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54801080.500.2600.58211.1133.3331.76
Hex36506C321A03Ad32120
Octal6612015462320723234140
Binary1101101010000110110011001011010011101011010011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36506C; }

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

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

<style>
 a { background-color: #36506C; }

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

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

<style>
 span { border-color: #36506C; }

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

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