#42537C

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

Shades of Chambray #42537C

Tints of Chambray #42537C

Color information

#42537C (or 0x42537C) is unknown color: approx Chambray. HEX triplet: 42, 53 and 7C. RGB value is (66,83,124). Sum of RGB (Red+Green+Blue) = 66+83+124=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 83 (32.81% from 255 or 30.40% 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 #42537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42537C is #BDAC83. Grayscale: #525252. Windows color (decimal): -12430468 or 8147778. OLE color: 8147778.

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

Color convert

RGB6683124-
CMYK0.470.3300.51
HSL222.41º30.53%37.25%-
HSV(B)222.41º46.77%48.63%-
XYZ8.988.820.29-
YUV82.59151.37116.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=24.18%
G=30.40%
B=45.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66831240.470.3300.51222.4130.5337.25
Hex42537C2F21033de1f25
Octal10212317457410633363745
Binary10000101010011111110010111110000101100111101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,83,124); }

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

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

 a { background-color: rgb(66,83,124); }

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

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

 span { border-color: rgb(66,83,124); }

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