#415585

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

Shades of Tory Blue #415585

Tints of Tory Blue #415585

Color information

#415585 (or 0x415585) is unknown color: approx Tory Blue. HEX triplet: 41, 55 and 85. RGB value is (65,85,133). Sum of RGB (Red+Green+Blue) = 65+85+133=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #415585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415585 is #BEAA7A. Grayscale: #545454. Windows color (decimal): -12495483 or 8738113. OLE color: 8738113.

HSL color Cylindrical-coordinate representation of color #415585: hue angle of 222.35º 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 #415585 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6585133-
CMYK0.510.3600.48
HSL222.35º34.34%38.82%-
HSV(B)222.35º51.13%52.16%-
XYZ9.669.3123.48-
YUV84.49155.37114.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=22.97%
G=30.04%
B=47.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65851330.510.3600.48222.3534.3438.82
Hex4155853324030de2227
Octal10112520563440603364247
Binary1000001101010110000101110011100100011000011011110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415585; }

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

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

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

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

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

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

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

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