#415685

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

Shades of Tory Blue #415685

Tints of Tory Blue #415685

Color information

#415685 (or 0x415685) is unknown color: approx Tory Blue. HEX triplet: 41, 56 and 85. RGB value is (65,86,133). Sum of RGB (Red+Green+Blue) = 65+86+133=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #415685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415685 is #BEA97A. Grayscale: #545454. Windows color (decimal): -12495227 or 8738369. OLE color: 8738369.

HSL color Cylindrical-coordinate representation of color #415685: hue angle of 221.47º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #415685 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6586133-
CMYK0.510.3500.48
HSL221.47º34.34%38.82%-
HSV(B)221.47º51.13%52.16%-
XYZ9.749.4723.51-
YUV85.08155.04113.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=22.89%
G=30.28%
B=46.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65861330.510.3500.48221.4734.3438.82
Hex4156853323030dd2227
Octal10112620563430603354247
Binary1000001101011010000101110011100011011000011011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415685; }

 p { color: rgb(65,86,133); }

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

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

 a { background-color: rgb(65,86,133); }

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

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

 span { border-color: rgb(65,86,133); }

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