Shades of Blue Dianne #305550
Tints of Blue Dianne #305550
RGB
CMYK
RGB Variations
Color information
#305550 (or 0x305550) is known color: Blue Dianne. HEX triplet: 30, 55 and 50. RGB value is (48,85,80). Sum of RGB (Red+Green+Blue) = 48+85+80=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #305550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305550 is #CFAAAF. Grayscale: #494949. Windows color (decimal): -13609648 or 5264688. OLE color: 5264688.
HSL color Cylindrical-coordinate representation of color #305550: hue angle of 171.89º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #305550 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 80 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.67 |
| HSL | 171.89º | 0.28% | 0.26% | - |
| HSV(B) | 171.89º | 0.44% | 0.33% | - |
| XYZ | 5.92 | 7.7 | 8.76 | - |
| YUV | 73.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 80 | 0.44 | 0 | 0.06 | 0.67 | 171.89 | 0.28 | 0.26 |
| Hex | 30 | 55 | 50 | 2C | 0 | 6 | 43 | AC | 1C | 1A |
| Octal | 60 | 125 | 120 | 54 | 0 | 6 | 103 | 254 | 34 | 32 |
| Binary | 110000 | 1010101 | 1010000 | 101100 | 0 | 110 | 1000011 | 10101100 | 11100 | 11010 |
Color Harmonies of #305550
Complementary color
Monochromatic Colors of #305550
Black with #305550
Text Example
Text Example
White with #305550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305550; }
p { color: rgb(48,85,80); }
H1.HeaderClassName
{
color: #305550;
}
.AnyTagClassName
{
color: #305550;
}
</style>
background-color css
<style>
a { background-color: #305550; }
a { background-color: rgb(48,85,80); }
div.DivClassName
{
background-color: #305550;
}
.BgClassName
{
background-color: #305550;
}
</style>
border-color css
<style>
span { border-color: #305550; }
span { border-color: rgb(48,85,80); }
td.TdClassName
{
border-color: #305550;
}
.TagClassName
{
border-color: #305550;
}
</style>