#405289

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

Shades of Tory Blue #405289

Tints of Tory Blue #405289

Color information

#405289 (or 0x405289) is unknown color: approx Tory Blue. HEX triplet: 40, 52 and 89. RGB value is (64,82,137). Sum of RGB (Red+Green+Blue) = 64+82+137=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 82 (32.42% from 255 or 28.98% 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 #405289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405289 is #BFAD76. Grayscale: #525252. Windows color (decimal): -12561783 or 8999488. OLE color: 8999488.

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

Color convert

RGB6482137-
CMYK0.530.4000.46
HSL225.21º36.32%39.41%-
HSV(B)225.21º53.28%53.73%-
XYZ9.658.9324.88-
YUV82.89158.54114.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 137 (53.91% from 255) = 48.41%
R=22.61%
G=28.98%
B=48.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64821370.530.4000.46225.2136.3239.41
Hex405289352802Ee12427
Octal10012221165500563414447
Binary1000000101001010001001110101101000010111011100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405289; }

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

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

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

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

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

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

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

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