Shades of Blue Dianne #2F5854
Tints of Blue Dianne #2F5854
RGB
CMYK
RGB Variations
Color information
#2F5854 (or 0x2F5854) is known color: Blue Dianne. HEX triplet: 2F, 58 and 54. RGB value is (47,88,84). Sum of RGB (Red+Green+Blue) = 47+88+84=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5854 is #D0A7AB. Grayscale: #4B4B4B. Windows color (decimal): -13674412 or 5527599. OLE color: 5527599.
HSL color Cylindrical-coordinate representation of color #2F5854: hue angle of 174.15º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5854 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 84 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.65 |
| HSL | 174.15º | 0.3% | 0.26% | - |
| HSV(B) | 174.15º | 0.47% | 0.35% | - |
| XYZ | 6.26 | 8.22 | 9.64 | - |
| YUV | 75.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 84 | 0.47 | 0 | 0.05 | 0.65 | 174.15 | 0.3 | 0.26 |
| Hex | 2F | 58 | 54 | 2F | 0 | 5 | 41 | AE | 1E | 1A |
| Octal | 57 | 130 | 124 | 57 | 0 | 5 | 101 | 256 | 36 | 32 |
| Binary | 101111 | 1011000 | 1010100 | 101111 | 0 | 101 | 1000001 | 10101110 | 11110 | 11010 |
Color Harmonies of #2F5854
Complementary color
Monochromatic Colors of #2F5854
Black with #2F5854
Text Example
Text Example
White with #2F5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5854; }
p { color: rgb(47,88,84); }
H1.HeaderClassName
{
color: #2F5854;
}
.AnyTagClassName
{
color: #2F5854;
}
</style>
background-color css
<style>
a { background-color: #2F5854; }
a { background-color: rgb(47,88,84); }
div.DivClassName
{
background-color: #2F5854;
}
.BgClassName
{
background-color: #2F5854;
}
</style>
border-color css
<style>
span { border-color: #2F5854; }
span { border-color: rgb(47,88,84); }
td.TdClassName
{
border-color: #2F5854;
}
.TagClassName
{
border-color: #2F5854;
}
</style>