Shades of Chambray #3F537A
Tints of Chambray #3F537A
RGB
CMYK
RGB Variations
Color information
#3F537A (or 0x3F537A) is known color: Chambray. HEX triplet: 3F, 53 and 7A. RGB value is (63,83,122). Sum of RGB (Red+Green+Blue) = 63+83+122=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F537A is #C0AC85. Grayscale: #515151. Windows color (decimal): -12627078 or 8016703. OLE color: 8016703.
HSL color Cylindrical-coordinate representation of color #3F537A: hue angle of 219.66º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F537A is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 83 | 122 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.52 |
| HSL | 219.66º | 0.32% | 0.36% | - |
| HSV(B) | 219.66º | 0.48% | 0.48% | - |
| XYZ | 8.66 | 8.65 | 19.63 | - |
| YUV | 81.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 122 | 0.48 | 0.32 | 0 | 0.52 | 219.66 | 0.32 | 0.36 |
| Hex | 3F | 53 | 7A | 30 | 20 | 0 | 34 | DC | 20 | 24 |
| Octal | 77 | 123 | 172 | 60 | 40 | 0 | 64 | 334 | 40 | 44 |
| Binary | 111111 | 1010011 | 1111010 | 110000 | 100000 | 0 | 110100 | 11011100 | 100000 | 100100 |
Color Harmonies of #3F537A
Complementary color
Monochromatic Colors of #3F537A
Black with #3F537A
Text Example
Text Example
White with #3F537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F537A; }
p { color: rgb(63,83,122); }
H1.HeaderClassName
{
color: #3F537A;
}
.AnyTagClassName
{
color: #3F537A;
}
</style>
background-color css
<style>
a { background-color: #3F537A; }
a { background-color: rgb(63,83,122); }
div.DivClassName
{
background-color: #3F537A;
}
.BgClassName
{
background-color: #3F537A;
}
</style>
border-color css
<style>
span { border-color: #3F537A; }
span { border-color: rgb(63,83,122); }
td.TdClassName
{
border-color: #3F537A;
}
.TagClassName
{
border-color: #3F537A;
}
</style>