#36518E

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

Shades of Tory Blue #36518E

Tints of Tory Blue #36518E

Color information

#36518E (or 0x36518E) is unknown color: approx Tory Blue. HEX triplet: 36, 51 and 8E. RGB value is (54,81,142). Sum of RGB (Red+Green+Blue) = 54+81+142=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #36518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36518E is #C9AE71. Grayscale: #4F4F4F. Windows color (decimal): -13217394 or 9326902. OLE color: 9326902.

HSL color Cylindrical-coordinate representation of color #36518E: hue angle of 221.59º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36518E is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5481142-
CMYK0.620.4300.44
HSL221.59º44.9%38.43%-
HSV(B)221.59º61.97%55.69%-
XYZ9.358.6226.76-
YUV79.88163.05109.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=19.49%
G=29.24%
B=51.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54811420.620.4300.44221.5944.938.43
Hex36518E3E2B02Cde2d26
Octal6612121676530543365546
Binary110110101000110001110111110101011010110011011110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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