#36459F

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

Shades of Tory Blue #36459F

Tints of Tory Blue #36459F

Color information

#36459F (or 0x36459F) is unknown color: approx Tory Blue. HEX triplet: 36, 45 and 9F. RGB value is (54,69,159). Sum of RGB (Red+Green+Blue) = 54+69+159=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #36459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36459F is #C9BA60. Grayscale: #4A4A4A. Windows color (decimal): -13220449 or 10437942. OLE color: 10437942.

HSL color Cylindrical-coordinate representation of color #36459F: hue angle of 231.43º 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 #36459F is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5469159-
CMYK0.660.5700.38
HSL231.43º49.3%41.76%-
HSV(B)231.43º66.04%62.35%-
XYZ9.917.5433.73-
YUV74.78175.53113.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=19.15%
G=24.47%
B=56.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54691590.660.5700.38231.4349.341.76
Hex36459F4239026e7312a
Octal66105237102710463476152
Binary1101101000101100111111000010111001010011011100111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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