Shades of Blue Dianne #2A524B
Tints of Blue Dianne #2A524B
RGB
CMYK
RGB Variations
Color information
#2A524B (or 0x2A524B) is known color: Blue Dianne. HEX triplet: 2A, 52 and 4B. RGB value is (42,82,75). Sum of RGB (Red+Green+Blue) = 42+82+75=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #2A524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A524B is #D5ADB4. Grayscale: #454545. Windows color (decimal): -14003637 or 4936234. OLE color: 4936234.
HSL color Cylindrical-coordinate representation of color #2A524B: hue angle of 169.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A524B is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 75 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.68 |
| HSL | 169.5º | 0.32% | 0.24% | - |
| HSV(B) | 169.5º | 0.49% | 0.32% | - |
| XYZ | 5.24 | 7.03 | 7.74 | - |
| YUV | 69.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 75 | 0.49 | 0 | 0.09 | 0.68 | 169.5 | 0.32 | 0.24 |
| Hex | 2A | 52 | 4B | 31 | 0 | 9 | 44 | AA | 20 | 18 |
| Octal | 52 | 122 | 113 | 61 | 0 | 11 | 104 | 252 | 40 | 30 |
| Binary | 101010 | 1010010 | 1001011 | 110001 | 0 | 1001 | 1000100 | 10101010 | 100000 | 11000 |
Color Harmonies of #2A524B
Complementary color
Monochromatic Colors of #2A524B
Black with #2A524B
Text Example
Text Example
White with #2A524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A524B; }
p { color: rgb(42,82,75); }
H1.HeaderClassName
{
color: #2A524B;
}
.AnyTagClassName
{
color: #2A524B;
}
</style>
background-color css
<style>
a { background-color: #2A524B; }
a { background-color: rgb(42,82,75); }
div.DivClassName
{
background-color: #2A524B;
}
.BgClassName
{
background-color: #2A524B;
}
</style>
border-color css
<style>
span { border-color: #2A524B; }
span { border-color: rgb(42,82,75); }
td.TdClassName
{
border-color: #2A524B;
}
.TagClassName
{
border-color: #2A524B;
}
</style>