#40587B

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

Shades of Chambray #40587B

Tints of Chambray #40587B

Color information

#40587B (or 0x40587B) is unknown color: approx Chambray. HEX triplet: 40, 58 and 7B. RGB value is (64,88,123). Sum of RGB (Red+Green+Blue) = 64+88+123=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #40587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40587B is #BFA784. Grayscale: #545454. Windows color (decimal): -12560261 or 8083520. OLE color: 8083520.

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

Color convert

RGB6488123-
CMYK0.480.2800.52
HSL215.59º31.55%36.67%-
HSV(B)215.59º47.97%48.24%-
XYZ9.189.520.09-
YUV84.81149.55113.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=23.27%
G=32%
B=44.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64881230.480.2800.52215.5931.5536.67
Hex40587B301C034d82025
Octal10013017360340643304045
Binary10000001011000111101111000011100011010011011000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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