#36449F

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

Shades of Tory Blue #36449F

Tints of Tory Blue #36449F

Color information

#36449F (or 0x36449F) is unknown color: approx Tory Blue. HEX triplet: 36, 44 and 9F. RGB value is (54,68,159). Sum of RGB (Red+Green+Blue) = 54+68+159=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #36449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36449F is #C9BB60. Grayscale: #494949. Windows color (decimal): -13220705 or 10437686. OLE color: 10437686.

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

Color convert

RGB5468159-
CMYK0.660.5700.38
HSL232º49.3%41.76%-
HSV(B)232º66.04%62.35%-
XYZ9.857.4233.71-
YUV74.19175.86113.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 159 (62.5% from 255) = 56.58%
R=19.22%
G=24.20%
B=56.58%

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
Decimal54681590.660.5700.3823249.341.76
Hex36449F4239026e8312a
Octal66104237102710463506152
Binary1101101000100100111111000010111001010011011101000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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