Shades of Blue Dianne #2C504B
Tints of Blue Dianne #2C504B
RGB
CMYK
RGB Variations
Color information
#2C504B (or 0x2C504B) is known color: Blue Dianne. HEX triplet: 2C, 50 and 4B. RGB value is (44,80,75). Sum of RGB (Red+Green+Blue) = 44+80+75=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #2C504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C504B is #D3AFB4. Grayscale: #444444. Windows color (decimal): -13873077 or 4935724. OLE color: 4935724.
HSL color Cylindrical-coordinate representation of color #2C504B: hue angle of 171.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C504B is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 80 | 75 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.69 |
| HSL | 171.67º | 0.29% | 0.24% | - |
| HSV(B) | 171.67º | 0.45% | 0.31% | - |
| XYZ | 5.18 | 6.78 | 7.69 | - |
| YUV | 68.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 75 | 0.45 | 0 | 0.06 | 0.69 | 171.67 | 0.29 | 0.24 |
| Hex | 2C | 50 | 4B | 2D | 0 | 6 | 45 | AC | 1D | 18 |
| Octal | 54 | 120 | 113 | 55 | 0 | 6 | 105 | 254 | 35 | 30 |
| Binary | 101100 | 1010000 | 1001011 | 101101 | 0 | 110 | 1000101 | 10101100 | 11101 | 11000 |
Color Harmonies of #2C504B
Complementary color
Monochromatic Colors of #2C504B
Black with #2C504B
Text Example
Text Example
White with #2C504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C504B; }
p { color: rgb(44,80,75); }
H1.HeaderClassName
{
color: #2C504B;
}
.AnyTagClassName
{
color: #2C504B;
}
</style>
background-color css
<style>
a { background-color: #2C504B; }
a { background-color: rgb(44,80,75); }
div.DivClassName
{
background-color: #2C504B;
}
.BgClassName
{
background-color: #2C504B;
}
</style>
border-color css
<style>
span { border-color: #2C504B; }
span { border-color: rgb(44,80,75); }
td.TdClassName
{
border-color: #2C504B;
}
.TagClassName
{
border-color: #2C504B;
}
</style>