#405881

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

Shades of Chambray #405881

Tints of Chambray #405881

Color information

#405881 (or 0x405881) is unknown color: approx Chambray. HEX triplet: 40, 58 and 81. RGB value is (64,88,129). Sum of RGB (Red+Green+Blue) = 64+88+129=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #405881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405881 is #BFA77E. Grayscale: #555555. Windows color (decimal): -12560255 or 8476736. OLE color: 8476736.

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

Color convert

RGB6488129-
CMYK0.500.3200.49
HSL217.85º33.68%37.84%-
HSV(B)217.85º50.39%50.59%-
XYZ9.579.6522.13-
YUV85.5152.55112.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=22.78%
G=31.32%
B=45.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64881290.500.3200.49217.8533.6837.84
Hex4058813220031da2226
Octal10013020162400613324246
Binary1000000101100010000001110010100000011000111011010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405881; }

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

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

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

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

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

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

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

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