#40557C

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

Shades of Chambray #40557C

Tints of Chambray #40557C

Color information

#40557C (or 0x40557C) is unknown color: approx Chambray. HEX triplet: 40, 55 and 7C. RGB value is (64,85,124). Sum of RGB (Red+Green+Blue) = 64+85+124=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #40557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40557C is #BFAA83. Grayscale: #525252. Windows color (decimal): -12561028 or 8148288. OLE color: 8148288.

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

Color convert

RGB6485124-
CMYK0.480.3100.51
HSL219º31.91%36.86%-
HSV(B)219º48.39%48.63%-
XYZ99.0420.34-
YUV83.17151.04114.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=23.44%
G=31.14%
B=45.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64851240.480.3100.5121931.9136.86
Hex40557C301F033db2025
Octal10012517460370633334045
Binary10000001010101111110011000011111011001111011011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40557C; }

 p { color: rgb(64,85,124); }

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

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

 a { background-color: rgb(64,85,124); }

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

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

 span { border-color: rgb(64,85,124); }

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