#415991

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

Shades of Tory Blue #415991

Tints of Tory Blue #415991

Color information

#415991 (or 0x415991) is unknown color: approx Tory Blue. HEX triplet: 41, 59 and 91. RGB value is (65,89,145). Sum of RGB (Red+Green+Blue) = 65+89+145=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #415991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415991 is #BEA66E. Grayscale: #575757. Windows color (decimal): -12494447 or 9525569. OLE color: 9525569.

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

Color convert

RGB6589145-
CMYK0.550.3900.43
HSL222º38.1%41.18%-
HSV(B)222º55.17%56.86%-
XYZ10.8610.3128.21-
YUV88.21160.05111.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=21.74%
G=29.77%
B=48.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65891450.550.3900.4322238.141.18
Hex415991372702Bde2629
Octal10113122167470533364651
Binary1000001101100110010001110111100111010101111011110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415991; }

 p { color: rgb(65,89,145); }

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

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

 a { background-color: rgb(65,89,145); }

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

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

 span { border-color: rgb(65,89,145); }

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