Shades of Blue Dianne #2D504B
Tints of Blue Dianne #2D504B
RGB
CMYK
RGB Variations
Color information
#2D504B (or 0x2D504B) is known color: Blue Dianne. HEX triplet: 2D, 50 and 4B. RGB value is (45,80,75). Sum of RGB (Red+Green+Blue) = 45+80+75=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #2D504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D504B is #D2AFB4. Grayscale: #444444. Windows color (decimal): -13807541 or 4935725. OLE color: 4935725.
HSL color Cylindrical-coordinate representation of color #2D504B: hue angle of 171.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D504B is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 75 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.69 |
| HSL | 171.43º | 0.28% | 0.25% | - |
| HSV(B) | 171.43º | 0.44% | 0.31% | - |
| XYZ | 5.22 | 6.8 | 7.69 | - |
| YUV | 68.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 75 | 0.44 | 0 | 0.06 | 0.69 | 171.43 | 0.28 | 0.25 |
| Hex | 2D | 50 | 4B | 2C | 0 | 6 | 45 | AB | 1C | 19 |
| Octal | 55 | 120 | 113 | 54 | 0 | 6 | 105 | 253 | 34 | 31 |
| Binary | 101101 | 1010000 | 1001011 | 101100 | 0 | 110 | 1000101 | 10101011 | 11100 | 11001 |
Color Harmonies of #2D504B
Complementary color
Monochromatic Colors of #2D504B
Black with #2D504B
Text Example
Text Example
White with #2D504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D504B; }
p { color: rgb(45,80,75); }
H1.HeaderClassName
{
color: #2D504B;
}
.AnyTagClassName
{
color: #2D504B;
}
</style>
background-color css
<style>
a { background-color: #2D504B; }
a { background-color: rgb(45,80,75); }
div.DivClassName
{
background-color: #2D504B;
}
.BgClassName
{
background-color: #2D504B;
}
</style>
border-color css
<style>
span { border-color: #2D504B; }
span { border-color: rgb(45,80,75); }
td.TdClassName
{
border-color: #2D504B;
}
.TagClassName
{
border-color: #2D504B;
}
</style>