#415389

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

Shades of Tory Blue #415389

Tints of Tory Blue #415389

Color information

#415389 (or 0x415389) is unknown color: approx Tory Blue. HEX triplet: 41, 53 and 89. RGB value is (65,83,137). Sum of RGB (Red+Green+Blue) = 65+83+137=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #415389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415389 is #BEAC76. Grayscale: #535353. Windows color (decimal): -12495991 or 8999745. OLE color: 8999745.

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

Color convert

RGB6583137-
CMYK0.530.3900.46
HSL225º35.64%39.61%-
HSV(B)225º52.55%53.73%-
XYZ9.799.1224.91-
YUV83.77158.04114.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=22.81%
G=29.12%
B=48.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65831370.530.3900.4622535.6439.61
Hex415389352702Ee12428
Octal10112321165470563414450
Binary1000001101001110001001110101100111010111011100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415389; }

 p { color: rgb(65,83,137); }

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

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

 a { background-color: rgb(65,83,137); }

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

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

 span { border-color: rgb(65,83,137); }

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