#40587D

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

Shades of Chambray #40587D

Tints of Chambray #40587D

Color information

#40587D (or 0x40587D) is unknown color: approx Chambray. HEX triplet: 40, 58 and 7D. RGB value is (64,88,125). Sum of RGB (Red+Green+Blue) = 64+88+125=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #40587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40587D is #BFA782. Grayscale: #545454. Windows color (decimal): -12560259 or 8214592. OLE color: 8214592.

HSL color Cylindrical-coordinate representation of color #40587D: hue angle of 216.39º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40587D is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6488125-
CMYK0.490.3000.51
HSL216.39º32.28%37.06%-
HSV(B)216.39º48.8%49.02%-
XYZ9.319.5520.75-
YUV85.04150.55112.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=23.10%
G=31.77%
B=45.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64881250.490.3000.51216.3932.2837.06
Hex40587D311E033d82025
Octal10013017561360633304045
Binary10000001011000111110111000111110011001111011000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40587D; }

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

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

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

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

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

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

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

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