#405880

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

Shades of Chambray #405880

Tints of Chambray #405880

Color information

#405880 (or 0x405880) is unknown color: approx Chambray. HEX triplet: 40, 58 and 80. RGB value is (64,88,128). Sum of RGB (Red+Green+Blue) = 64+88+128=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #405880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405880 is #BFA77F. Grayscale: #555555. Windows color (decimal): -12560256 or 8411200. OLE color: 8411200.

HSL color Cylindrical-coordinate representation of color #405880: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405880 is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6488128-
CMYK0.50.3100.50
HSL217.5º33.33%37.65%-
HSV(B)217.5º50%50.2%-
XYZ9.59.6321.78-
YUV85.38152.05112.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=22.86%
G=31.43%
B=45.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64881280.50.3100.50217.533.3337.65
Hex405880321F032da2126
Octal10013020062370623324146
Binary100000010110001000000011001011111011001011011010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405880; }

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

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

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

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

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

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

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

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