Shades of Blue Dianne #2F554F
Tints of Blue Dianne #2F554F
RGB
CMYK
RGB Variations
Color information
#2F554F (or 0x2F554F) is known color: Blue Dianne. HEX triplet: 2F, 55 and 4F. RGB value is (47,85,79). Sum of RGB (Red+Green+Blue) = 47+85+79=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #2F554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F554F is #D0AAB0. Grayscale: #484848. Windows color (decimal): -13675185 or 5199151. OLE color: 5199151.
HSL color Cylindrical-coordinate representation of color #2F554F: hue angle of 170.53º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F554F is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 79 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.67 |
| HSL | 170.53º | 0.29% | 0.26% | - |
| HSV(B) | 170.53º | 0.45% | 0.33% | - |
| XYZ | 5.83 | 7.67 | 8.57 | - |
| YUV | 72.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 79 | 0.45 | 0 | 0.07 | 0.67 | 170.53 | 0.29 | 0.26 |
| Hex | 2F | 55 | 4F | 2D | 0 | 7 | 43 | AB | 1D | 1A |
| Octal | 57 | 125 | 117 | 55 | 0 | 7 | 103 | 253 | 35 | 32 |
| Binary | 101111 | 1010101 | 1001111 | 101101 | 0 | 111 | 1000011 | 10101011 | 11101 | 11010 |
Color Harmonies of #2F554F
Complementary color
Monochromatic Colors of #2F554F
Black with #2F554F
Text Example
Text Example
White with #2F554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F554F; }
p { color: rgb(47,85,79); }
H1.HeaderClassName
{
color: #2F554F;
}
.AnyTagClassName
{
color: #2F554F;
}
</style>
background-color css
<style>
a { background-color: #2F554F; }
a { background-color: rgb(47,85,79); }
div.DivClassName
{
background-color: #2F554F;
}
.BgClassName
{
background-color: #2F554F;
}
</style>
border-color css
<style>
span { border-color: #2F554F; }
span { border-color: rgb(47,85,79); }
td.TdClassName
{
border-color: #2F554F;
}
.TagClassName
{
border-color: #2F554F;
}
</style>