#405A81

Color #405A81 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #405A81

Tints of Chambray #405A81

Color information

#405A81 (or 0x405A81) is unknown color: approx Chambray. HEX triplet: 40, 5A and 81. RGB value is (64,90,129). Sum of RGB (Red+Green+Blue) = 64+90+129=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #405A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A81 is #BFA57E. Grayscale: #565656. Windows color (decimal): -12559743 or 8477248. OLE color: 8477248.

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

Color convert

RGB6490129-
CMYK0.500.3000.49
HSL216º33.68%37.84%-
HSV(B)216º50.39%50.59%-
XYZ9.739.9922.18-
YUV86.67151.89111.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=22.61%
G=31.80%
B=45.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64901290.500.3000.4921633.6837.84
Hex405A81321E031d82226
Octal10013220162360613304246
Binary100000010110101000000111001011110011000111011000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A81; }

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

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

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

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

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

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

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

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