#415787

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

Shades of Tory Blue #415787

Tints of Tory Blue #415787

Color information

#415787 (or 0x415787) is unknown color: approx Tory Blue. HEX triplet: 41, 57 and 87. RGB value is (65,87,135). Sum of RGB (Red+Green+Blue) = 65+87+135=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #415787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415787 is #BEA878. Grayscale: #555555. Windows color (decimal): -12494969 or 8869697. OLE color: 8869697.

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

Color convert

RGB6587135-
CMYK0.520.3600.47
HSL221.14º35%39.22%-
HSV(B)221.14º51.85%52.94%-
XYZ9.969.6924.27-
YUV85.89155.71113.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=22.65%
G=30.31%
B=47.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65871350.520.3600.47221.143539.22
Hex415787342402Fdd2327
Octal10112720764440573354347
Binary1000001101011110000111110100100100010111111011101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415787; }

 p { color: rgb(65,87,135); }

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

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

 a { background-color: rgb(65,87,135); }

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

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

 span { border-color: rgb(65,87,135); }

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