#415091

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

Shades of Tory Blue #415091

Tints of Tory Blue #415091

Color information

#415091 (or 0x415091) is unknown color: approx Tory Blue. HEX triplet: 41, 50 and 91. RGB value is (65,80,145). Sum of RGB (Red+Green+Blue) = 65+80+145=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #415091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415091 is #BEAF6E. Grayscale: #525252. Windows color (decimal): -12496751 or 9523265. OLE color: 9523265.

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

Color convert

RGB6580145-
CMYK0.550.4500.43
HSL228.75º38.1%41.18%-
HSV(B)228.75º55.17%56.86%-
XYZ10.168.9127.97-
YUV82.92163.03115.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 145 (57.03% from 255) = 50%
R=22.41%
G=27.59%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65801450.550.4500.43228.7538.141.18
Hex415091372D02Be52629
Octal10112022167550533454651
Binary1000001101000010010001110111101101010101111100101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415091; }

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

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

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

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

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

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

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

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