Shades of Blue Dianne #2D534E
Tints of Blue Dianne #2D534E
RGB
CMYK
RGB Variations
Color information
#2D534E (or 0x2D534E) is known color: Blue Dianne. HEX triplet: 2D, 53 and 4E. RGB value is (45,83,78). Sum of RGB (Red+Green+Blue) = 45+83+78=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #2D534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D534E is #D2ACB1. Grayscale: #474747. Windows color (decimal): -13806770 or 5133101. OLE color: 5133101.
HSL color Cylindrical-coordinate representation of color #2D534E: hue angle of 172.11º 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 #2D534E is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 78 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.67 |
| HSL | 172.11º | 0.3% | 0.25% | - |
| HSV(B) | 172.11º | 0.46% | 0.33% | - |
| XYZ | 5.55 | 7.29 | 8.32 | - |
| YUV | 71.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 78 | 0.46 | 0 | 0.06 | 0.67 | 172.11 | 0.3 | 0.25 |
| Hex | 2D | 53 | 4E | 2E | 0 | 6 | 43 | AC | 1E | 19 |
| Octal | 55 | 123 | 116 | 56 | 0 | 6 | 103 | 254 | 36 | 31 |
| Binary | 101101 | 1010011 | 1001110 | 101110 | 0 | 110 | 1000011 | 10101100 | 11110 | 11001 |
Color Harmonies of #2D534E
Complementary color
Monochromatic Colors of #2D534E
Black with #2D534E
Text Example
Text Example
White with #2D534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D534E; }
p { color: rgb(45,83,78); }
H1.HeaderClassName
{
color: #2D534E;
}
.AnyTagClassName
{
color: #2D534E;
}
</style>
background-color css
<style>
a { background-color: #2D534E; }
a { background-color: rgb(45,83,78); }
div.DivClassName
{
background-color: #2D534E;
}
.BgClassName
{
background-color: #2D534E;
}
</style>
border-color css
<style>
span { border-color: #2D534E; }
span { border-color: rgb(45,83,78); }
td.TdClassName
{
border-color: #2D534E;
}
.TagClassName
{
border-color: #2D534E;
}
</style>