Shades of Chambray #42577D
Tints of Chambray #42577D
RGB
CMYK
RGB Variations
Color information
#42577D (or 0x42577D) is known color: Chambray. HEX triplet: 42, 57 and 7D. RGB value is (66,87,125). Sum of RGB (Red+Green+Blue) = 66+87+125=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #42577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42577D is #BDA882. Grayscale: #545454. Windows color (decimal): -12429443 or 8214338. OLE color: 8214338.
HSL color Cylindrical-coordinate representation of color #42577D: hue angle of 218.64º 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 #42577D is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 87 | 125 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.51 |
| HSL | 218.64º | 0.31% | 0.37% | - |
| HSV(B) | 218.64º | 0.47% | 0.49% | - |
| XYZ | 9.36 | 9.46 | 20.73 | - |
| YUV | 85.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 125 | 0.47 | 0.30 | 0 | 0.51 | 218.64 | 0.31 | 0.37 |
| Hex | 42 | 57 | 7D | 2F | 1E | 0 | 33 | DB | 1F | 25 |
| Octal | 102 | 127 | 175 | 57 | 36 | 0 | 63 | 333 | 37 | 45 |
| Binary | 1000010 | 1010111 | 1111101 | 101111 | 11110 | 0 | 110011 | 11011011 | 11111 | 100101 |
Color Harmonies of #42577D
Complementary color
Monochromatic Colors of #42577D
Black with #42577D
Text Example
Text Example
White with #42577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42577D; }
p { color: rgb(66,87,125); }
H1.HeaderClassName
{
color: #42577D;
}
.AnyTagClassName
{
color: #42577D;
}
</style>
background-color css
<style>
a { background-color: #42577D; }
a { background-color: rgb(66,87,125); }
div.DivClassName
{
background-color: #42577D;
}
.BgClassName
{
background-color: #42577D;
}
</style>
border-color css
<style>
span { border-color: #42577D; }
span { border-color: rgb(66,87,125); }
td.TdClassName
{
border-color: #42577D;
}
.TagClassName
{
border-color: #42577D;
}
</style>