#42577C

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

Shades of Chambray #42577C

Tints of Chambray #42577C

Color information

#42577C (or 0x42577C) is unknown color: approx Chambray. HEX triplet: 42, 57 and 7C. RGB value is (66,87,124). Sum of RGB (Red+Green+Blue) = 66+87+124=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #42577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42577C is #BDA883. Grayscale: #545454. Windows color (decimal): -12429444 or 8148802. OLE color: 8148802.

HSL color Cylindrical-coordinate representation of color #42577C: hue angle of 218.28º 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 #42577C is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6687124-
CMYK0.470.3000.51
HSL218.28º30.53%37.25%-
HSV(B)218.28º46.77%48.63%-
XYZ9.299.4320.4-
YUV84.94150.04114.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=23.83%
G=31.41%
B=44.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66871240.470.3000.51218.2830.5337.25
Hex42577C2F1E033da1f25
Octal10212717457360633323745
Binary1000010101011111111001011111111001100111101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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