Shades of Blue Dianne #30504B
Tints of Blue Dianne #30504B
RGB
CMYK
RGB Variations
Color information
#30504B (or 0x30504B) is known color: Blue Dianne. HEX triplet: 30, 50 and 4B. RGB value is (48,80,75). Sum of RGB (Red+Green+Blue) = 48+80+75=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #30504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30504B is #CFAFB4. Grayscale: #454545. Windows color (decimal): -13610933 or 4935728. OLE color: 4935728.
HSL color Cylindrical-coordinate representation of color #30504B: hue angle of 170.62º 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 #30504B is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 75 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.69 |
| HSL | 170.63º | 0.25% | 0.25% | - |
| HSV(B) | 170.63º | 0.4% | 0.31% | - |
| XYZ | 5.36 | 6.87 | 7.7 | - |
| YUV | 69.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 75 | 0.40 | 0 | 0.06 | 0.69 | 170.63 | 0.25 | 0.25 |
| Hex | 30 | 50 | 4B | 28 | 0 | 6 | 45 | AB | 19 | 19 |
| Octal | 60 | 120 | 113 | 50 | 0 | 6 | 105 | 253 | 31 | 31 |
| Binary | 110000 | 1010000 | 1001011 | 101000 | 0 | 110 | 1000101 | 10101011 | 11001 | 11001 |
Color Harmonies of #30504B
Complementary color
Monochromatic Colors of #30504B
Black with #30504B
Text Example
Text Example
White with #30504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30504B; }
p { color: rgb(48,80,75); }
H1.HeaderClassName
{
color: #30504B;
}
.AnyTagClassName
{
color: #30504B;
}
</style>
background-color css
<style>
a { background-color: #30504B; }
a { background-color: rgb(48,80,75); }
div.DivClassName
{
background-color: #30504B;
}
.BgClassName
{
background-color: #30504B;
}
</style>
border-color css
<style>
span { border-color: #30504B; }
span { border-color: rgb(48,80,75); }
td.TdClassName
{
border-color: #30504B;
}
.TagClassName
{
border-color: #30504B;
}
</style>