#405292

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

Shades of Tory Blue #405292

Tints of Tory Blue #405292

Color information

#405292 (or 0x405292) is unknown color: approx Tory Blue. HEX triplet: 40, 52 and 92. RGB value is (64,82,146). Sum of RGB (Red+Green+Blue) = 64+82+146=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #405292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405292 is #BFAD6D. Grayscale: #535353. Windows color (decimal): -12561774 or 9589312. OLE color: 9589312.

HSL color Cylindrical-coordinate representation of color #405292: hue angle of 226.83º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405292 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6482146-
CMYK0.560.4400.43
HSL226.83º39.05%41.18%-
HSV(B)226.83º56.16%57.25%-
XYZ10.329.228.43-
YUV83.91163.04113.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 146 (57.42% from 255) = 50%
R=21.92%
G=28.08%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64821460.560.4400.43226.8339.0541.18
Hex405292382C02Be32729
Octal10012222270540533434751
Binary1000000101001010010010111000101100010101111100011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405292; }

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

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

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

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

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

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

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

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