#405981

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

Shades of Chambray #405981

Tints of Chambray #405981

Color information

#405981 (or 0x405981) is unknown color: approx Chambray. HEX triplet: 40, 59 and 81. RGB value is (64,89,129). Sum of RGB (Red+Green+Blue) = 64+89+129=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #405981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405981 is #BFA67E. Grayscale: #555555. Windows color (decimal): -12559999 or 8476992. OLE color: 8476992.

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

Color convert

RGB6489129-
CMYK0.500.3100.49
HSL216.92º33.68%37.84%-
HSV(B)216.92º50.39%50.59%-
XYZ9.659.8222.16-
YUV86.08152.22112.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=22.70%
G=31.56%
B=45.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64891290.500.3100.49216.9233.6837.84
Hex405981321F031d92226
Octal10013120162370613314246
Binary100000010110011000000111001011111011000111011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405981; }

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

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

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

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

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

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

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

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