#405771

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

Shades of Chambray #405771

Tints of Chambray #405771

Color information

#405771 (or 0x405771) is unknown color: approx Chambray. HEX triplet: 40, 57 and 71. RGB value is (64,87,113). Sum of RGB (Red+Green+Blue) = 64+87+113=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #405771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405771 is #BFA88E. Grayscale: #525252. Windows color (decimal): -12560527 or 7427904. OLE color: 7427904.

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

Color convert

RGB6487113-
CMYK0.430.2300.56
HSL211.84º27.68%34.71%-
HSV(B)211.84º43.36%44.31%-
XYZ8.59.116.93-
YUV83.09144.88114.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=24.24%
G=32.95%
B=42.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64871130.430.2300.56211.8427.6834.71
Hex4057712B17038d41c23
Octal10012716153270703243443
Binary1000000101011111100011010111011101110001101010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405771; }

 p { color: rgb(64,87,113); }

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

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

 a { background-color: rgb(64,87,113); }

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

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

 span { border-color: rgb(64,87,113); }

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