#415596

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

Shades of Tory Blue #415596

Tints of Tory Blue #415596

Color information

#415596 (or 0x415596) is unknown color: approx Tory Blue. HEX triplet: 41, 55 and 96. RGB value is (65,85,150). Sum of RGB (Red+Green+Blue) = 65+85+150=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #415596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415596 is #BEAA69. Grayscale: #565656. Windows color (decimal): -12495466 or 9852225. OLE color: 9852225.

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

Color convert

RGB6585150-
CMYK0.570.4300.41
HSL225.88º39.53%42.16%-
HSV(B)225.88º56.67%58.82%-
XYZ10.939.8230.17-
YUV86.43163.87112.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 150 (58.98% from 255) = 50%
R=21.67%
G=28.33%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65851500.570.4300.41225.8839.5342.16
Hex415596392B029e2282a
Octal10112522671530513425052
Binary1000001101010110010110111001101011010100111100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415596; }

 p { color: rgb(65,85,150); }

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

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

 a { background-color: rgb(65,85,150); }

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

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

 span { border-color: rgb(65,85,150); }

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