#415191

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

Shades of Tory Blue #415191

Tints of Tory Blue #415191

Color information

#415191 (or 0x415191) is unknown color: approx Tory Blue. HEX triplet: 41, 51 and 91. RGB value is (65,81,145). Sum of RGB (Red+Green+Blue) = 65+81+145=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #415191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415191 is #BEAE6E. Grayscale: #535353. Windows color (decimal): -12496495 or 9523521. OLE color: 9523521.

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

Color convert

RGB6581145-
CMYK0.550.4400.43
HSL228º38.1%41.18%-
HSV(B)228º55.17%56.86%-
XYZ10.239.0528-
YUV83.51162.7114.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=22.34%
G=27.84%
B=49.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65811450.550.4400.4322838.141.18
Hex415191372C02Be42629
Octal10112122167540533444651
Binary1000001101000110010001110111101100010101111100100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415191; }

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

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

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

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

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

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

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

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