#415189

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

Shades of Tory Blue #415189

Tints of Tory Blue #415189

Color information

#415189 (or 0x415189) is unknown color: approx Tory Blue. HEX triplet: 41, 51 and 89. RGB value is (65,81,137). Sum of RGB (Red+Green+Blue) = 65+81+137=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #415189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415189 is #BEAE76. Grayscale: #525252. Windows color (decimal): -12496503 or 8999233. OLE color: 8999233.

HSL color Cylindrical-coordinate representation of color #415189: hue angle of 226.67º 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 #415189 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6581137-
CMYK0.530.4100.46
HSL226.67º35.64%39.61%-
HSV(B)226.67º52.55%53.73%-
XYZ9.648.8124.86-
YUV82.6158.7115.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 137 (53.91% from 255) = 48.41%
R=22.97%
G=28.62%
B=48.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65811370.530.4100.46226.6735.6439.61
Hex415189352902Ee32428
Octal10112121165510563434450
Binary1000001101000110001001110101101001010111011100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415189; }

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

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

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

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

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

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

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

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