Shades of Blue Dianne #28524B
Tints of Blue Dianne #28524B
RGB
CMYK
RGB Variations
Color information
#28524B (or 0x28524B) is known color: Blue Dianne. HEX triplet: 28, 52 and 4B. RGB value is (40,82,75). Sum of RGB (Red+Green+Blue) = 40+82+75=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #28524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28524B is #D7ADB4. Grayscale: #444444. Windows color (decimal): -14134709 or 4936232. OLE color: 4936232.
HSL color Cylindrical-coordinate representation of color #28524B: hue angle of 170º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28524B is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 75 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.68 |
| HSL | 170º | 0.34% | 0.24% | - |
| HSV(B) | 170º | 0.51% | 0.32% | - |
| XYZ | 5.16 | 6.99 | 7.73 | - |
| YUV | 68.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 75 | 0.51 | 0 | 0.09 | 0.68 | 170 | 0.34 | 0.24 |
| Hex | 28 | 52 | 4B | 33 | 0 | 9 | 44 | AA | 22 | 18 |
| Octal | 50 | 122 | 113 | 63 | 0 | 11 | 104 | 252 | 42 | 30 |
| Binary | 101000 | 1010010 | 1001011 | 110011 | 0 | 1001 | 1000100 | 10101010 | 100010 | 11000 |
Color Harmonies of #28524B
Complementary color
Monochromatic Colors of #28524B
Black with #28524B
Text Example
Text Example
White with #28524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28524B; }
p { color: rgb(40,82,75); }
H1.HeaderClassName
{
color: #28524B;
}
.AnyTagClassName
{
color: #28524B;
}
</style>
background-color css
<style>
a { background-color: #28524B; }
a { background-color: rgb(40,82,75); }
div.DivClassName
{
background-color: #28524B;
}
.BgClassName
{
background-color: #28524B;
}
</style>
border-color css
<style>
span { border-color: #28524B; }
span { border-color: rgb(40,82,75); }
td.TdClassName
{
border-color: #28524B;
}
.TagClassName
{
border-color: #28524B;
}
</style>