#405181

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

Shades of Tory Blue #405181

Tints of Tory Blue #405181

Color information

#405181 (or 0x405181) is unknown color: approx Tory Blue. HEX triplet: 40, 51 and 81. RGB value is (64,81,129). Sum of RGB (Red+Green+Blue) = 64+81+129=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #405181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405181 is #BFAE7E. Grayscale: #515151. Windows color (decimal): -12562047 or 8474944. OLE color: 8474944.

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

Color convert

RGB6481129-
CMYK0.500.3700.49
HSL224.31º33.68%37.84%-
HSV(B)224.31º50.39%50.59%-
XYZ9.028.5621.95-
YUV81.39154.87115.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 129 (50.78% from 255) = 47.08%
R=23.36%
G=29.56%
B=47.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64811290.500.3700.49224.3133.6837.84
Hex4051813225031e02226
Octal10012120162450613404246
Binary1000000101000110000001110010100101011000111100000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405181; }

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

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

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

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

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

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

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

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