#405282

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

Shades of Tory Blue #405282

Tints of Tory Blue #405282

Color information

#405282 (or 0x405282) is unknown color: approx Tory Blue. HEX triplet: 40, 52 and 82. RGB value is (64,82,130). Sum of RGB (Red+Green+Blue) = 64+82+130=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #405282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405282 is #BFAD7D. Grayscale: #515151. Windows color (decimal): -12561790 or 8540736. OLE color: 8540736.

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

Color convert

RGB6482130-
CMYK0.510.3700.49
HSL223.64º34.02%38.04%-
HSV(B)223.64º50.77%50.98%-
XYZ9.168.7422.32-
YUV82.09155.04115.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=23.19%
G=29.71%
B=47.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64821300.510.3700.49223.6434.0238.04
Hex4052823325031e02226
Octal10012220263450613404246
Binary1000000101001010000010110011100101011000111100000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405282; }

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

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

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

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

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

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

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

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