#40577B

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

Shades of Chambray #40577B

Tints of Chambray #40577B

Color information

#40577B (or 0x40577B) is unknown color: approx Chambray. HEX triplet: 40, 57 and 7B. RGB value is (64,87,123). Sum of RGB (Red+Green+Blue) = 64+87+123=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #40577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40577B is #BFA884. Grayscale: #545454. Windows color (decimal): -12560517 or 8083264. OLE color: 8083264.

HSL color Cylindrical-coordinate representation of color #40577B: hue angle of 216.61º 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 #40577B is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6487123-
CMYK0.480.2900.52
HSL216.61º31.55%36.67%-
HSV(B)216.61º47.97%48.24%-
XYZ9.19.3420.06-
YUV84.23149.88113.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=23.36%
G=31.75%
B=44.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64871230.480.2900.52216.6131.5536.67
Hex40577B301D034d92025
Octal10012717360350643314045
Binary10000001010111111101111000011101011010011011001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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