#36489F

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

Shades of Tory Blue #36489F

Tints of Tory Blue #36489F

Color information

#36489F (or 0x36489F) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 9F. RGB value is (54,72,159). Sum of RGB (Red+Green+Blue) = 54+72+159=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #36489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36489F is #C9B760. Grayscale: #4C4C4C. Windows color (decimal): -13219681 or 10438710. OLE color: 10438710.

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

Color convert

RGB5472159-
CMYK0.660.5500.38
HSL229.71º49.3%41.76%-
HSV(B)229.71º66.04%62.35%-
XYZ10.17.9233.8-
YUV76.54174.54111.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=18.95%
G=25.26%
B=55.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54721590.660.5500.38229.7149.341.76
Hex36489F4237026e6312a
Octal66110237102670463466152
Binary1101101001000100111111000010110111010011011100110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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