#415688

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

Shades of Tory Blue #415688

Tints of Tory Blue #415688

Color information

#415688 (or 0x415688) is unknown color: approx Tory Blue. HEX triplet: 41, 56 and 88. RGB value is (65,86,136). Sum of RGB (Red+Green+Blue) = 65+86+136=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #415688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415688 is #BEA977. Grayscale: #555555. Windows color (decimal): -12495224 or 8934977. OLE color: 8934977.

HSL color Cylindrical-coordinate representation of color #415688: hue angle of 222.25º 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 #415688 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6586136-
CMYK0.520.3700.47
HSL222.25º35.32%39.41%-
HSV(B)222.25º52.21%53.33%-
XYZ9.959.5624.61-
YUV85.42156.54113.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=22.65%
G=29.97%
B=47.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65861360.520.3700.47222.2535.3239.41
Hex415688342502Fde2327
Octal10112621064450573364347
Binary1000001101011010001000110100100101010111111011110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415688; }

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

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

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

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

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

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

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

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