#36459E

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

Shades of Tory Blue #36459E

Tints of Tory Blue #36459E

Color information

#36459E (or 0x36459E) is unknown color: approx Tory Blue. HEX triplet: 36, 45 and 9E. RGB value is (54,69,158). Sum of RGB (Red+Green+Blue) = 54+69+158=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #36459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36459E is #C9BA61. Grayscale: #4A4A4A. Windows color (decimal): -13220450 or 10372406. OLE color: 10372406.

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

Color convert

RGB5469158-
CMYK0.660.5600.38
HSL231.35º49.06%41.57%-
HSV(B)231.35º65.82%61.96%-
XYZ9.827.5133.28-
YUV74.66175.03113.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=19.22%
G=24.56%
B=56.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54691580.660.5600.38231.3549.0641.57
Hex36459E4238026e7312a
Octal66105236102700463476152
Binary1101101000101100111101000010111000010011011100111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,69,158); }

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

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

 a { background-color: rgb(54,69,158); }

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

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

 span { border-color: rgb(54,69,158); }

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