#405281

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

Shades of Tory Blue #405281

Tints of Tory Blue #405281

Color information

#405281 (or 0x405281) is unknown color: approx Tory Blue. HEX triplet: 40, 52 and 81. RGB value is (64,82,129). Sum of RGB (Red+Green+Blue) = 64+82+129=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #405281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405281 is #BFAD7E. Grayscale: #515151. Windows color (decimal): -12561791 or 8475200. OLE color: 8475200.

HSL color Cylindrical-coordinate representation of color #405281: hue angle of 223.38º 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 #405281 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6482129-
CMYK0.500.3600.49
HSL223.38º33.68%37.84%-
HSV(B)223.38º50.39%50.59%-
XYZ9.098.7121.97-
YUV81.98154.54115.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=23.27%
G=29.82%
B=46.91%

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
Decimal64821290.500.3600.49223.3833.6837.84
Hex4052813224031df2226
Octal10012220162440613374246
Binary1000000101001010000001110010100100011000111011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405281; }

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

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

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

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

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

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

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

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