Shades of Blue Dianne #2F544E
Tints of Blue Dianne #2F544E
RGB
CMYK
RGB Variations
Color information
#2F544E (or 0x2F544E) is known color: Blue Dianne. HEX triplet: 2F, 54 and 4E. RGB value is (47,84,78). Sum of RGB (Red+Green+Blue) = 47+84+78=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #2F544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F544E is #D0ABB1. Grayscale: #484848. Windows color (decimal): -13675442 or 5133359. OLE color: 5133359.
HSL color Cylindrical-coordinate representation of color #2F544E: hue angle of 170.27º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F544E is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 78 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.67 |
| HSL | 170.27º | 0.28% | 0.26% | - |
| HSV(B) | 170.27º | 0.44% | 0.33% | - |
| XYZ | 5.72 | 7.5 | 8.35 | - |
| YUV | 72.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 78 | 0.44 | 0 | 0.07 | 0.67 | 170.27 | 0.28 | 0.26 |
| Hex | 2F | 54 | 4E | 2C | 0 | 7 | 43 | AA | 1C | 1A |
| Octal | 57 | 124 | 116 | 54 | 0 | 7 | 103 | 252 | 34 | 32 |
| Binary | 101111 | 1010100 | 1001110 | 101100 | 0 | 111 | 1000011 | 10101010 | 11100 | 11010 |
Color Harmonies of #2F544E
Complementary color
Monochromatic Colors of #2F544E
Black with #2F544E
Text Example
Text Example
White with #2F544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F544E; }
p { color: rgb(47,84,78); }
H1.HeaderClassName
{
color: #2F544E;
}
.AnyTagClassName
{
color: #2F544E;
}
</style>
background-color css
<style>
a { background-color: #2F544E; }
a { background-color: rgb(47,84,78); }
div.DivClassName
{
background-color: #2F544E;
}
.BgClassName
{
background-color: #2F544E;
}
</style>
border-color css
<style>
span { border-color: #2F544E; }
span { border-color: rgb(47,84,78); }
td.TdClassName
{
border-color: #2F544E;
}
.TagClassName
{
border-color: #2F544E;
}
</style>