#365791

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

Shades of Tory Blue #365791

Tints of Tory Blue #365791

Color information

#365791 (or 0x365791) is unknown color: approx Tory Blue. HEX triplet: 36, 57 and 91. RGB value is (54,87,145). Sum of RGB (Red+Green+Blue) = 54+87+145=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #365791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365791 is #C9A86E. Grayscale: #535353. Windows color (decimal): -13215855 or 9525046. OLE color: 9525046.

HSL color Cylindrical-coordinate representation of color #365791: hue angle of 218.24º 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 #365791 is Cyan = 0.63, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5487145-
CMYK0.630.400.43
HSL218.24º45.73%39.02%-
HSV(B)218.24º62.76%56.86%-
XYZ10.049.6428.12-
YUV83.74162.57106.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 145 (57.03% from 255) = 50.70%
R=18.88%
G=30.42%
B=50.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54871450.630.400.43218.2445.7339.02
Hex3657913F2802Bda2e27
Octal6612722177500533325647
Binary110110101011110010001111111101000010101111011010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365791; }

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

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

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

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

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

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

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

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