#364991

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

Shades of Tory Blue #364991

Tints of Tory Blue #364991

Color information

#364991 (or 0x364991) is unknown color: approx Tory Blue. HEX triplet: 36, 49 and 91. RGB value is (54,73,145). Sum of RGB (Red+Green+Blue) = 54+73+145=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #364991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364991 is #C9B66E. Grayscale: #4B4B4B. Windows color (decimal): -13219439 or 9521462. OLE color: 9521462.

HSL color Cylindrical-coordinate representation of color #364991: hue angle of 227.47º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #364991 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5473145-
CMYK0.630.5000.43
HSL227.47º45.73%39.02%-
HSV(B)227.47º62.76%56.86%-
XYZ9.017.5927.78-
YUV75.53167.21112.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=19.85%
G=26.84%
B=53.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54731450.630.5000.43227.4745.7339.02
Hex3649913F3202Be32e27
Octal6611122177620533435647
Binary110110100100110010001111111110010010101111100011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364991; }

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

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

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

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

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

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

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

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