Shades of Blue Dianne #2F5350
Tints of Blue Dianne #2F5350
RGB
CMYK
RGB Variations
Color information
#2F5350 (or 0x2F5350) is known color: Blue Dianne. HEX triplet: 2F, 53 and 50. RGB value is (47,83,80). Sum of RGB (Red+Green+Blue) = 47+83+80=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5350 is #D0ACAF. Grayscale: #474747. Windows color (decimal): -13675696 or 5264175. OLE color: 5264175.
HSL color Cylindrical-coordinate representation of color #2F5350: hue angle of 175º 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 #2F5350 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 83 | 80 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.67 |
| HSL | 175º | 0.28% | 0.25% | - |
| HSV(B) | 175º | 0.43% | 0.33% | - |
| XYZ | 5.71 | 7.37 | 8.71 | - |
| YUV | 71.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 80 | 0.43 | 0 | 0.04 | 0.67 | 175 | 0.28 | 0.25 |
| Hex | 2F | 53 | 50 | 2B | 0 | 4 | 43 | AF | 1C | 19 |
| Octal | 57 | 123 | 120 | 53 | 0 | 4 | 103 | 257 | 34 | 31 |
| Binary | 101111 | 1010011 | 1010000 | 101011 | 0 | 100 | 1000011 | 10101111 | 11100 | 11001 |
Color Harmonies of #2F5350
Complementary color
Monochromatic Colors of #2F5350
Black with #2F5350
Text Example
Text Example
White with #2F5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5350; }
p { color: rgb(47,83,80); }
H1.HeaderClassName
{
color: #2F5350;
}
.AnyTagClassName
{
color: #2F5350;
}
</style>
background-color css
<style>
a { background-color: #2F5350; }
a { background-color: rgb(47,83,80); }
div.DivClassName
{
background-color: #2F5350;
}
.BgClassName
{
background-color: #2F5350;
}
</style>
border-color css
<style>
span { border-color: #2F5350; }
span { border-color: rgb(47,83,80); }
td.TdClassName
{
border-color: #2F5350;
}
.TagClassName
{
border-color: #2F5350;
}
</style>