Shades of Blue Dianne #2F534D
Tints of Blue Dianne #2F534D
RGB
CMYK
RGB Variations
Color information
#2F534D (or 0x2F534D) is known color: Blue Dianne. HEX triplet: 2F, 53 and 4D. RGB value is (47,83,77). Sum of RGB (Red+Green+Blue) = 47+83+77=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #2F534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F534D is #D0ACB2. Grayscale: #474747. Windows color (decimal): -13675699 or 5067567. OLE color: 5067567.
HSL color Cylindrical-coordinate representation of color #2F534D: hue angle of 170º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F534D is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 83 | 77 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.67 |
| HSL | 170º | 0.28% | 0.25% | - |
| HSV(B) | 170º | 0.43% | 0.33% | - |
| XYZ | 5.61 | 7.33 | 8.14 | - |
| YUV | 71.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 77 | 0.43 | 0 | 0.07 | 0.67 | 170 | 0.28 | 0.25 |
| Hex | 2F | 53 | 4D | 2B | 0 | 7 | 43 | AA | 1C | 19 |
| Octal | 57 | 123 | 115 | 53 | 0 | 7 | 103 | 252 | 34 | 31 |
| Binary | 101111 | 1010011 | 1001101 | 101011 | 0 | 111 | 1000011 | 10101010 | 11100 | 11001 |
Color Harmonies of #2F534D
Complementary color
Monochromatic Colors of #2F534D
Black with #2F534D
Text Example
Text Example
White with #2F534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F534D; }
p { color: rgb(47,83,77); }
H1.HeaderClassName
{
color: #2F534D;
}
.AnyTagClassName
{
color: #2F534D;
}
</style>
background-color css
<style>
a { background-color: #2F534D; }
a { background-color: rgb(47,83,77); }
div.DivClassName
{
background-color: #2F534D;
}
.BgClassName
{
background-color: #2F534D;
}
</style>
border-color css
<style>
span { border-color: #2F534D; }
span { border-color: rgb(47,83,77); }
td.TdClassName
{
border-color: #2F534D;
}
.TagClassName
{
border-color: #2F534D;
}
</style>