Shades of Blue Dianne #2D534F
Tints of Blue Dianne #2D534F
RGB
CMYK
RGB Variations
Color information
#2D534F (or 0x2D534F) is known color: Blue Dianne. HEX triplet: 2D, 53 and 4F. RGB value is (45,83,79). Sum of RGB (Red+Green+Blue) = 45+83+79=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #2D534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D534F is #D2ACB0. Grayscale: #474747. Windows color (decimal): -13806769 or 5198637. OLE color: 5198637.
HSL color Cylindrical-coordinate representation of color #2D534F: hue angle of 173.68º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D534F is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 79 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.67 |
| HSL | 173.68º | 0.3% | 0.25% | - |
| HSV(B) | 173.68º | 0.46% | 0.33% | - |
| XYZ | 5.59 | 7.31 | 8.51 | - |
| YUV | 71.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 79 | 0.46 | 0 | 0.05 | 0.67 | 173.68 | 0.3 | 0.25 |
| Hex | 2D | 53 | 4F | 2E | 0 | 5 | 43 | AE | 1E | 19 |
| Octal | 55 | 123 | 117 | 56 | 0 | 5 | 103 | 256 | 36 | 31 |
| Binary | 101101 | 1010011 | 1001111 | 101110 | 0 | 101 | 1000011 | 10101110 | 11110 | 11001 |
Color Harmonies of #2D534F
Complementary color
Monochromatic Colors of #2D534F
Black with #2D534F
Text Example
Text Example
White with #2D534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D534F; }
p { color: rgb(45,83,79); }
H1.HeaderClassName
{
color: #2D534F;
}
.AnyTagClassName
{
color: #2D534F;
}
</style>
background-color css
<style>
a { background-color: #2D534F; }
a { background-color: rgb(45,83,79); }
div.DivClassName
{
background-color: #2D534F;
}
.BgClassName
{
background-color: #2D534F;
}
</style>
border-color css
<style>
span { border-color: #2D534F; }
span { border-color: rgb(45,83,79); }
td.TdClassName
{
border-color: #2D534F;
}
.TagClassName
{
border-color: #2D534F;
}
</style>