Shades of Chambray #3F5474
Tints of Chambray #3F5474
RGB
CMYK
RGB Variations
Color information
#3F5474 (or 0x3F5474) is known color: Chambray. HEX triplet: 3F, 54 and 74. RGB value is (63,84,116). Sum of RGB (Red+Green+Blue) = 63+84+116=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F5474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5474 is #C0AB8B. Grayscale: #515151. Windows color (decimal): -12626828 or 7623743. OLE color: 7623743.
HSL color Cylindrical-coordinate representation of color #3F5474: hue angle of 216.23º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F5474 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 84 | 116 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.55 |
| HSL | 216.23º | 0.3% | 0.35% | - |
| HSV(B) | 216.23º | 0.46% | 0.45% | - |
| XYZ | 8.37 | 8.66 | 17.75 | - |
| YUV | 81.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 116 | 0.46 | 0.28 | 0 | 0.55 | 216.23 | 0.3 | 0.35 |
| Hex | 3F | 54 | 74 | 2E | 1C | 0 | 37 | D8 | 1E | 23 |
| Octal | 77 | 124 | 164 | 56 | 34 | 0 | 67 | 330 | 36 | 43 |
| Binary | 111111 | 1010100 | 1110100 | 101110 | 11100 | 0 | 110111 | 11011000 | 11110 | 100011 |
Color Harmonies of #3F5474
Complementary color
Monochromatic Colors of #3F5474
Black with #3F5474
Text Example
Text Example
White with #3F5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5474; }
p { color: rgb(63,84,116); }
H1.HeaderClassName
{
color: #3F5474;
}
.AnyTagClassName
{
color: #3F5474;
}
</style>
background-color css
<style>
a { background-color: #3F5474; }
a { background-color: rgb(63,84,116); }
div.DivClassName
{
background-color: #3F5474;
}
.BgClassName
{
background-color: #3F5474;
}
</style>
border-color css
<style>
span { border-color: #3F5474; }
span { border-color: rgb(63,84,116); }
td.TdClassName
{
border-color: #3F5474;
}
.TagClassName
{
border-color: #3F5474;
}
</style>