Shades of Blue Dianne #30504A
Tints of Blue Dianne #30504A
RGB
CMYK
RGB Variations
Color information
#30504A (or 0x30504A) is known color: Blue Dianne. HEX triplet: 30, 50 and 4A. RGB value is (48,80,74). Sum of RGB (Red+Green+Blue) = 48+80+74=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #30504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30504A is #CFAFB5. Grayscale: #454545. Windows color (decimal): -13610934 or 4870192. OLE color: 4870192.
HSL color Cylindrical-coordinate representation of color #30504A: hue angle of 168.75º 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 #30504A is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 74 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.69 |
| HSL | 168.75º | 0.25% | 0.25% | - |
| HSV(B) | 168.75º | 0.4% | 0.31% | - |
| XYZ | 5.32 | 6.86 | 7.52 | - |
| YUV | 69.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 74 | 0.40 | 0 | 0.08 | 0.69 | 168.75 | 0.25 | 0.25 |
| Hex | 30 | 50 | 4A | 28 | 0 | 8 | 45 | A9 | 19 | 19 |
| Octal | 60 | 120 | 112 | 50 | 0 | 10 | 105 | 251 | 31 | 31 |
| Binary | 110000 | 1010000 | 1001010 | 101000 | 0 | 1000 | 1000101 | 10101001 | 11001 | 11001 |
Color Harmonies of #30504A
Complementary color
Monochromatic Colors of #30504A
Black with #30504A
Text Example
Text Example
White with #30504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30504A; }
p { color: rgb(48,80,74); }
H1.HeaderClassName
{
color: #30504A;
}
.AnyTagClassName
{
color: #30504A;
}
</style>
background-color css
<style>
a { background-color: #30504A; }
a { background-color: rgb(48,80,74); }
div.DivClassName
{
background-color: #30504A;
}
.BgClassName
{
background-color: #30504A;
}
</style>
border-color css
<style>
span { border-color: #30504A; }
span { border-color: rgb(48,80,74); }
td.TdClassName
{
border-color: #30504A;
}
.TagClassName
{
border-color: #30504A;
}
</style>