Shades of Blue Dianne #2D534B
Tints of Blue Dianne #2D534B
RGB
CMYK
RGB Variations
Color information
#2D534B (or 0x2D534B) is known color: Blue Dianne. HEX triplet: 2D, 53 and 4B. RGB value is (45,83,75). Sum of RGB (Red+Green+Blue) = 45+83+75=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #2D534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D534B is #D2ACB4. Grayscale: #464646. Windows color (decimal): -13806773 or 4936493. OLE color: 4936493.
HSL color Cylindrical-coordinate representation of color #2D534B: hue angle of 167.37º 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 #2D534B is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 75 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.67 |
| HSL | 167.37º | 0.3% | 0.25% | - |
| HSV(B) | 167.37º | 0.46% | 0.33% | - |
| XYZ | 5.45 | 7.25 | 7.77 | - |
| YUV | 70.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 75 | 0.46 | 0 | 0.10 | 0.67 | 167.37 | 0.3 | 0.25 |
| Hex | 2D | 53 | 4B | 2E | 0 | A | 43 | A7 | 1E | 19 |
| Octal | 55 | 123 | 113 | 56 | 0 | 12 | 103 | 247 | 36 | 31 |
| Binary | 101101 | 1010011 | 1001011 | 101110 | 0 | 1010 | 1000011 | 10100111 | 11110 | 11001 |
Color Harmonies of #2D534B
Complementary color
Monochromatic Colors of #2D534B
Black with #2D534B
Text Example
Text Example
White with #2D534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D534B; }
p { color: rgb(45,83,75); }
H1.HeaderClassName
{
color: #2D534B;
}
.AnyTagClassName
{
color: #2D534B;
}
</style>
background-color css
<style>
a { background-color: #2D534B; }
a { background-color: rgb(45,83,75); }
div.DivClassName
{
background-color: #2D534B;
}
.BgClassName
{
background-color: #2D534B;
}
</style>
border-color css
<style>
span { border-color: #2D534B; }
span { border-color: rgb(45,83,75); }
td.TdClassName
{
border-color: #2D534B;
}
.TagClassName
{
border-color: #2D534B;
}
</style>