Shades of Blue Dianne #3F4C4B
Tints of Blue Dianne #3F4C4B
RGB
CMYK
RGB Variations
Color information
#3F4C4B (or 0x3F4C4B) is known color: Blue Dianne. HEX triplet: 3F, 4C and 4B. RGB value is (63,76,75). Sum of RGB (Red+Green+Blue) = 63+76+75=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C4B is #C0B3B4. Grayscale: #474747. Windows color (decimal): -12628917 or 4934719. OLE color: 4934719.
HSL color Cylindrical-coordinate representation of color #3F4C4B: hue angle of 175.38º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F4C4B is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 76 | 75 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.70 |
| HSL | 175.38º | 0.09% | 0.27% | - |
| HSV(B) | 175.38º | 0.17% | 0.3% | - |
| XYZ | 5.9 | 6.73 | 7.65 | - |
| YUV | 72 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 75 | 0.17 | 0 | 0.01 | 0.70 | 175.38 | 0.09 | 0.27 |
| Hex | 3F | 4C | 4B | 11 | 0 | 1 | 46 | AF | 9 | 1B |
| Octal | 77 | 114 | 113 | 21 | 0 | 1 | 106 | 257 | 11 | 33 |
| Binary | 111111 | 1001100 | 1001011 | 10001 | 0 | 1 | 1000110 | 10101111 | 1001 | 11011 |
Color Harmonies of #3F4C4B
Complementary color
Monochromatic Colors of #3F4C4B
Black with #3F4C4B
Text Example
Text Example
White with #3F4C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C4B; }
p { color: rgb(63,76,75); }
H1.HeaderClassName
{
color: #3F4C4B;
}
.AnyTagClassName
{
color: #3F4C4B;
}
</style>
background-color css
<style>
a { background-color: #3F4C4B; }
a { background-color: rgb(63,76,75); }
div.DivClassName
{
background-color: #3F4C4B;
}
.BgClassName
{
background-color: #3F4C4B;
}
</style>
border-color css
<style>
span { border-color: #3F4C4B; }
span { border-color: rgb(63,76,75); }
td.TdClassName
{
border-color: #3F4C4B;
}
.TagClassName
{
border-color: #3F4C4B;
}
</style>