#405871

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

Shades of Chambray #405871

Tints of Chambray #405871

Color information

#405871 (or 0x405871) is unknown color: approx Chambray. HEX triplet: 40, 58 and 71. RGB value is (64,88,113). Sum of RGB (Red+Green+Blue) = 64+88+113=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #405871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405871 is #BFA78E. Grayscale: #535353. Windows color (decimal): -12560271 or 7428160. OLE color: 7428160.

HSL color Cylindrical-coordinate representation of color #405871: hue angle of 210.61º 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 #405871 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6488113-
CMYK0.430.2200.56
HSL210.61º27.68%34.71%-
HSV(B)210.61º43.36%44.31%-
XYZ8.589.2616.96-
YUV83.67144.55113.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=24.15%
G=33.21%
B=42.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64881130.430.2200.56210.6127.6834.71
Hex4058712B16038d31c23
Octal10013016153260703233443
Binary1000000101100011100011010111011001110001101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405871; }

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

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

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

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

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

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

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

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