#405381

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

Shades of Tory Blue #405381

Tints of Tory Blue #405381

Color information

#405381 (or 0x405381) is unknown color: approx Tory Blue. HEX triplet: 40, 53 and 81. RGB value is (64,83,129). Sum of RGB (Red+Green+Blue) = 64+83+129=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #405381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405381 is #BFAC7E. Grayscale: #525252. Windows color (decimal): -12561535 or 8475456. OLE color: 8475456.

HSL color Cylindrical-coordinate representation of color #405381: hue angle of 222.46º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405381 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6483129-
CMYK0.500.3600.49
HSL222.46º33.68%37.84%-
HSV(B)222.46º50.39%50.59%-
XYZ9.178.8622-
YUV82.56154.21114.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=23.19%
G=30.07%
B=46.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64831290.500.3600.49222.4633.6837.84
Hex4053813224031de2226
Octal10012320162440613364246
Binary1000000101001110000001110010100100011000111011110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405381; }

 p { color: rgb(64,83,129); }

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

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

 a { background-color: rgb(64,83,129); }

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

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

 span { border-color: rgb(64,83,129); }

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