#36529C

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

Shades of Tory Blue #36529C

Tints of Tory Blue #36529C

Color information

#36529C (or 0x36529C) is unknown color: approx Tory Blue. HEX triplet: 36, 52 and 9C. RGB value is (54,82,156). Sum of RGB (Red+Green+Blue) = 54+82+156=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #36529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36529C is #C9AD63. Grayscale: #515151. Windows color (decimal): -13217124 or 10244662. OLE color: 10244662.

HSL color Cylindrical-coordinate representation of color #36529C: hue angle of 223.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36529C is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5482156-
CMYK0.650.4700.39
HSL223.53º48.57%41.18%-
HSV(B)223.53º65.38%61.18%-
XYZ10.549.2232.68-
YUV82.06169.72107.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 156 (61.33% from 255) = 53.42%
R=18.49%
G=28.08%
B=53.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54821560.650.4700.39223.5348.5741.18
Hex36529C412F027e03129
Octal66122234101570473406151
Binary1101101010010100111001000001101111010011111100000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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