Shades of Blue Dianne #2D564F
Tints of Blue Dianne #2D564F
RGB
CMYK
RGB Variations
Color information
#2D564F (or 0x2D564F) is known color: Blue Dianne. HEX triplet: 2D, 56 and 4F. RGB value is (45,86,79). Sum of RGB (Red+Green+Blue) = 45+86+79=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #2D564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D564F is #D2A9B0. Grayscale: #484848. Windows color (decimal): -13806001 or 5199405. OLE color: 5199405.
HSL color Cylindrical-coordinate representation of color #2D564F: hue angle of 169.76º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D564F is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 79 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.66 |
| HSL | 169.76º | 0.31% | 0.26% | - |
| HSV(B) | 169.76º | 0.48% | 0.34% | - |
| XYZ | 5.82 | 7.78 | 8.59 | - |
| YUV | 72.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 79 | 0.48 | 0 | 0.08 | 0.66 | 169.76 | 0.31 | 0.26 |
| Hex | 2D | 56 | 4F | 30 | 0 | 8 | 42 | AA | 1F | 1A |
| Octal | 55 | 126 | 117 | 60 | 0 | 10 | 102 | 252 | 37 | 32 |
| Binary | 101101 | 1010110 | 1001111 | 110000 | 0 | 1000 | 1000010 | 10101010 | 11111 | 11010 |
Color Harmonies of #2D564F
Complementary color
Monochromatic Colors of #2D564F
Black with #2D564F
Text Example
Text Example
White with #2D564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D564F; }
p { color: rgb(45,86,79); }
H1.HeaderClassName
{
color: #2D564F;
}
.AnyTagClassName
{
color: #2D564F;
}
</style>
background-color css
<style>
a { background-color: #2D564F; }
a { background-color: rgb(45,86,79); }
div.DivClassName
{
background-color: #2D564F;
}
.BgClassName
{
background-color: #2D564F;
}
</style>
border-color css
<style>
span { border-color: #2D564F; }
span { border-color: rgb(45,86,79); }
td.TdClassName
{
border-color: #2D564F;
}
.TagClassName
{
border-color: #2D564F;
}
</style>