#405972

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

Shades of Chambray #405972

Tints of Chambray #405972

Color information

#405972 (or 0x405972) is unknown color: approx Chambray. HEX triplet: 40, 59 and 72. RGB value is (64,89,114). Sum of RGB (Red+Green+Blue) = 64+89+114=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #405972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405972 is #BFA68D. Grayscale: #545454. Windows color (decimal): -12560014 or 7493952. OLE color: 7493952.

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

Color convert

RGB6489114-
CMYK0.440.2200.55
HSL210º28.09%34.9%-
HSV(B)210º43.86%44.71%-
XYZ8.729.4517.28-
YUV84.37144.72113.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=23.97%
G=33.33%
B=42.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64891140.440.2200.5521028.0934.9
Hex4059722C16037d21c23
Octal10013116254260673223443
Binary1000000101100111100101011001011001101111101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405972; }

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

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

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

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

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

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

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

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