#405189

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

Shades of Tory Blue #405189

Tints of Tory Blue #405189

Color information

#405189 (or 0x405189) is unknown color: approx Tory Blue. HEX triplet: 40, 51 and 89. RGB value is (64,81,137). Sum of RGB (Red+Green+Blue) = 64+81+137=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #405189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405189 is #BFAE76. Grayscale: #525252. Windows color (decimal): -12562039 or 8999232. OLE color: 8999232.

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

Color convert

RGB6481137-
CMYK0.530.4100.46
HSL226.03º36.32%39.41%-
HSV(B)226.03º53.28%53.73%-
XYZ9.578.7824.86-
YUV82.3158.87114.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 137 (53.91% from 255) = 48.58%
R=22.70%
G=28.72%
B=48.58%

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
Decimal64811370.530.4100.46226.0336.3239.41
Hex405189352902Ee22427
Octal10012121165510563424447
Binary1000000101000110001001110101101001010111011100010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405189; }

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

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

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

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

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

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

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

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