Shades of Blue Dianne #30504E
Tints of Blue Dianne #30504E
RGB
CMYK
RGB Variations
Color information
#30504E (or 0x30504E) is known color: Blue Dianne. HEX triplet: 30, 50 and 4E. RGB value is (48,80,78). Sum of RGB (Red+Green+Blue) = 48+80+78=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #30504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30504E is #CFAFB1. Grayscale: #464646. Windows color (decimal): -13610930 or 5132336. OLE color: 5132336.
HSL color Cylindrical-coordinate representation of color #30504E: hue angle of 176.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30504E is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 78 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.69 |
| HSL | 176.25º | 0.25% | 0.25% | - |
| HSV(B) | 176.25º | 0.4% | 0.31% | - |
| XYZ | 5.46 | 6.92 | 8.25 | - |
| YUV | 70.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 78 | 0.40 | 0 | 0.02 | 0.69 | 176.25 | 0.25 | 0.25 |
| Hex | 30 | 50 | 4E | 28 | 0 | 2 | 45 | B0 | 19 | 19 |
| Octal | 60 | 120 | 116 | 50 | 0 | 2 | 105 | 260 | 31 | 31 |
| Binary | 110000 | 1010000 | 1001110 | 101000 | 0 | 10 | 1000101 | 10110000 | 11001 | 11001 |
Color Harmonies of #30504E
Complementary color
Monochromatic Colors of #30504E
Black with #30504E
Text Example
Text Example
White with #30504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30504E; }
p { color: rgb(48,80,78); }
H1.HeaderClassName
{
color: #30504E;
}
.AnyTagClassName
{
color: #30504E;
}
</style>
background-color css
<style>
a { background-color: #30504E; }
a { background-color: rgb(48,80,78); }
div.DivClassName
{
background-color: #30504E;
}
.BgClassName
{
background-color: #30504E;
}
</style>
border-color css
<style>
span { border-color: #30504E; }
span { border-color: rgb(48,80,78); }
td.TdClassName
{
border-color: #30504E;
}
.TagClassName
{
border-color: #30504E;
}
</style>