#36519D

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

Shades of Tory Blue #36519D

Tints of Tory Blue #36519D

Color information

#36519D (or 0x36519D) is unknown color: approx Tory Blue. HEX triplet: 36, 51 and 9D. RGB value is (54,81,157). Sum of RGB (Red+Green+Blue) = 54+81+157=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #36519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36519D is #C9AE62. Grayscale: #515151. Windows color (decimal): -13217379 or 10309942. OLE color: 10309942.

HSL color Cylindrical-coordinate representation of color #36519D: hue angle of 224.27º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36519D is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5481157-
CMYK0.660.4800.38
HSL224.27º48.82%41.37%-
HSV(B)224.27º65.61%61.57%-
XYZ10.559.133.1-
YUV81.59170.55108.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=18.49%
G=27.74%
B=53.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54811570.660.4800.38224.2748.8241.37
Hex36519D4230026e03129
Octal66121235102600463406151
Binary1101101010001100111011000010110000010011011100000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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