#40537B

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

Shades of Chambray #40537B

Tints of Chambray #40537B

Color information

#40537B (or 0x40537B) is unknown color: approx Chambray. HEX triplet: 40, 53 and 7B. RGB value is (64,83,123). Sum of RGB (Red+Green+Blue) = 64+83+123=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #40537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40537B is #BFAC84. Grayscale: #515151. Windows color (decimal): -12561541 or 8082240. OLE color: 8082240.

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

Color convert

RGB6483123-
CMYK0.480.3300.52
HSL220.68º31.55%36.67%-
HSV(B)220.68º47.97%48.24%-
XYZ8.788.7119.96-
YUV81.88151.21115.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=23.70%
G=30.74%
B=45.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64831230.480.3300.52220.6831.5536.67
Hex40537B3021034dd2025
Octal10012317360410643354045
Binary100000010100111111011110000100001011010011011101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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