Shades of Chambray #3F5478
Tints of Chambray #3F5478
RGB
CMYK
RGB Variations
Color information
#3F5478 (or 0x3F5478) is known color: Chambray. HEX triplet: 3F, 54 and 78. RGB value is (63,84,120). Sum of RGB (Red+Green+Blue) = 63+84+120=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5478 is #C0AB87. Grayscale: #515151. Windows color (decimal): -12626824 or 7885887. OLE color: 7885887.
HSL color Cylindrical-coordinate representation of color #3F5478: hue angle of 217.89º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F5478 is Cyan = 0.48, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 84 | 120 | - |
| CMYK | 0.48 | 0.3 | 0 | 0.53 |
| HSL | 217.89º | 0.31% | 0.36% | - |
| HSV(B) | 217.89º | 0.48% | 0.47% | - |
| XYZ | 8.61 | 8.75 | 19.01 | - |
| YUV | 81.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 120 | 0.48 | 0.3 | 0 | 0.53 | 217.89 | 0.31 | 0.36 |
| Hex | 3F | 54 | 78 | 30 | 1E | 0 | 35 | DA | 1F | 24 |
| Octal | 77 | 124 | 170 | 60 | 36 | 0 | 65 | 332 | 37 | 44 |
| Binary | 111111 | 1010100 | 1111000 | 110000 | 11110 | 0 | 110101 | 11011010 | 11111 | 100100 |
Color Harmonies of #3F5478
Complementary color
Monochromatic Colors of #3F5478
Black with #3F5478
Text Example
Text Example
White with #3F5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5478; }
p { color: rgb(63,84,120); }
H1.HeaderClassName
{
color: #3F5478;
}
.AnyTagClassName
{
color: #3F5478;
}
</style>
background-color css
<style>
a { background-color: #3F5478; }
a { background-color: rgb(63,84,120); }
div.DivClassName
{
background-color: #3F5478;
}
.BgClassName
{
background-color: #3F5478;
}
</style>
border-color css
<style>
span { border-color: #3F5478; }
span { border-color: rgb(63,84,120); }
td.TdClassName
{
border-color: #3F5478;
}
.TagClassName
{
border-color: #3F5478;
}
</style>