Shades of Blue Dianne #2C524B
Tints of Blue Dianne #2C524B
RGB
CMYK
RGB Variations
Color information
#2C524B (or 0x2C524B) is known color: Blue Dianne. HEX triplet: 2C, 52 and 4B. RGB value is (44,82,75). Sum of RGB (Red+Green+Blue) = 44+82+75=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #2C524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C524B is #D3ADB4. Grayscale: #454545. Windows color (decimal): -13872565 or 4936236. OLE color: 4936236.
HSL color Cylindrical-coordinate representation of color #2C524B: hue angle of 168.95º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C524B is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 82 | 75 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.68 |
| HSL | 168.95º | 0.3% | 0.25% | - |
| HSV(B) | 168.95º | 0.46% | 0.32% | - |
| XYZ | 5.33 | 7.08 | 7.74 | - |
| YUV | 69.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 75 | 0.46 | 0 | 0.09 | 0.68 | 168.95 | 0.3 | 0.25 |
| Hex | 2C | 52 | 4B | 2E | 0 | 9 | 44 | A9 | 1E | 19 |
| Octal | 54 | 122 | 113 | 56 | 0 | 11 | 104 | 251 | 36 | 31 |
| Binary | 101100 | 1010010 | 1001011 | 101110 | 0 | 1001 | 1000100 | 10101001 | 11110 | 11001 |
Color Harmonies of #2C524B
Complementary color
Monochromatic Colors of #2C524B
Black with #2C524B
Text Example
Text Example
White with #2C524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C524B; }
p { color: rgb(44,82,75); }
H1.HeaderClassName
{
color: #2C524B;
}
.AnyTagClassName
{
color: #2C524B;
}
</style>
background-color css
<style>
a { background-color: #2C524B; }
a { background-color: rgb(44,82,75); }
div.DivClassName
{
background-color: #2C524B;
}
.BgClassName
{
background-color: #2C524B;
}
</style>
border-color css
<style>
span { border-color: #2C524B; }
span { border-color: rgb(44,82,75); }
td.TdClassName
{
border-color: #2C524B;
}
.TagClassName
{
border-color: #2C524B;
}
</style>