#415990

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

Shades of Tory Blue #415990

Tints of Tory Blue #415990

Color information

#415990 (or 0x415990) is unknown color: approx Tory Blue. HEX triplet: 41, 59 and 90. RGB value is (65,89,144). Sum of RGB (Red+Green+Blue) = 65+89+144=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #415990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415990 is #BEA66F. Grayscale: #575757. Windows color (decimal): -12494448 or 9460033. OLE color: 9460033.

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

Color convert

RGB6589144-
CMYK0.550.3800.44
HSL221.77º37.8%40.98%-
HSV(B)221.77º54.86%56.47%-
XYZ10.7910.2827.8-
YUV88.09159.55111.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=21.81%
G=29.87%
B=48.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65891440.550.3800.44221.7737.840.98
Hex415990372602Cde2629
Octal10113122067460543364651
Binary1000001101100110010000110111100110010110011011110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415990; }

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

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

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

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

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

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

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

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