#36499D

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

Shades of Tory Blue #36499D

Tints of Tory Blue #36499D

Color information

#36499D (or 0x36499D) is unknown color: approx Tory Blue. HEX triplet: 36, 49 and 9D. RGB value is (54,73,157). Sum of RGB (Red+Green+Blue) = 54+73+157=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #36499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36499D is #C9B662. Grayscale: #4C4C4C. Windows color (decimal): -13219427 or 10307894. OLE color: 10307894.

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

Color convert

RGB5473157-
CMYK0.660.5400.38
HSL228.93º48.82%41.37%-
HSV(B)228.93º65.61%61.57%-
XYZ9.997.9832.91-
YUV76.9173.21111.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 157 (61.72% from 255) = 55.28%
R=19.01%
G=25.70%
B=55.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54731570.660.5400.38228.9348.8241.37
Hex36499D4236026e53129
Octal66111235102660463456151
Binary1101101001001100111011000010110110010011011100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36499D; }

 p { color: rgb(54,73,157); }

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

<style>
 a { background-color: #36499D; }

 a { background-color: rgb(54,73,157); }

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

<style>
 span { border-color: #36499D; }

 span { border-color: rgb(54,73,157); }

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