#36518A

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

Shades of Tory Blue #36518A

Tints of Tory Blue #36518A

Color information

#36518A (or 0x36518A) is unknown color: approx Tory Blue. HEX triplet: 36, 51 and 8A. RGB value is (54,81,138). Sum of RGB (Red+Green+Blue) = 54+81+138=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #36518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36518A is #C9AE75. Grayscale: #4F4F4F. Windows color (decimal): -13217398 or 9064758. OLE color: 9064758.

HSL color Cylindrical-coordinate representation of color #36518A: hue angle of 220.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36518A is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5481138-
CMYK0.610.4100.46
HSL220.71º43.75%37.65%-
HSV(B)220.71º60.87%54.12%-
XYZ9.058.525.21-
YUV79.42161.05109.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=19.78%
G=29.67%
B=50.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54811380.610.4100.46220.7143.7537.65
Hex36518A3D2902Edd2c26
Octal6612121275510563355446
Binary110110101000110001010111101101001010111011011101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36518A; }

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

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

<style>
 a { background-color: #36518A; }

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

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

<style>
 span { border-color: #36518A; }

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

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