Shades of Blue Dianne #2D534C
Tints of Blue Dianne #2D534C
RGB
CMYK
RGB Variations
Color information
#2D534C (or 0x2D534C) is known color: Blue Dianne. HEX triplet: 2D, 53 and 4C. RGB value is (45,83,76). Sum of RGB (Red+Green+Blue) = 45+83+76=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #2D534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D534C is #D2ACB3. Grayscale: #464646. Windows color (decimal): -13806772 or 5002029. OLE color: 5002029.
HSL color Cylindrical-coordinate representation of color #2D534C: hue angle of 168.95º 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 #2D534C is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 76 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.67 |
| HSL | 168.95º | 0.3% | 0.25% | - |
| HSV(B) | 168.95º | 0.46% | 0.33% | - |
| XYZ | 5.48 | 7.27 | 7.95 | - |
| YUV | 70.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 76 | 0.46 | 0 | 0.08 | 0.67 | 168.95 | 0.3 | 0.25 |
| Hex | 2D | 53 | 4C | 2E | 0 | 8 | 43 | A9 | 1E | 19 |
| Octal | 55 | 123 | 114 | 56 | 0 | 10 | 103 | 251 | 36 | 31 |
| Binary | 101101 | 1010011 | 1001100 | 101110 | 0 | 1000 | 1000011 | 10101001 | 11110 | 11001 |
Color Harmonies of #2D534C
Complementary color
Monochromatic Colors of #2D534C
Black with #2D534C
Text Example
Text Example
White with #2D534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D534C; }
p { color: rgb(45,83,76); }
H1.HeaderClassName
{
color: #2D534C;
}
.AnyTagClassName
{
color: #2D534C;
}
</style>
background-color css
<style>
a { background-color: #2D534C; }
a { background-color: rgb(45,83,76); }
div.DivClassName
{
background-color: #2D534C;
}
.BgClassName
{
background-color: #2D534C;
}
</style>
border-color css
<style>
span { border-color: #2D534C; }
span { border-color: rgb(45,83,76); }
td.TdClassName
{
border-color: #2D534C;
}
.TagClassName
{
border-color: #2D534C;
}
</style>