#42557B

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

Shades of Chambray #42557B

Tints of Chambray #42557B

Color information

#42557B (or 0x42557B) is unknown color: approx Chambray. HEX triplet: 42, 55 and 7B. RGB value is (66,85,123). Sum of RGB (Red+Green+Blue) = 66+85+123=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 85 (33.59% from 255 or 31.02% 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 #42557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42557B is #BDAA84. Grayscale: #535353. Windows color (decimal): -12429957 or 8082754. OLE color: 8082754.

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

Color convert

RGB6685123-
CMYK0.460.3100.52
HSL220º30.16%37.06%-
HSV(B)220º46.34%48.24%-
XYZ9.079.0920.01-
YUV83.65150.21115.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=24.09%
G=31.02%
B=44.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66851230.460.3100.5222030.1637.06
Hex42557B2E1F034dc1e25
Octal10212517356370643343645
Binary1000010101010111110111011101111101101001101110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,85,123); }

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

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

 a { background-color: rgb(66,85,123); }

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

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

 span { border-color: rgb(66,85,123); }

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