Shades of Blue Dianne #305551
Tints of Blue Dianne #305551
RGB
CMYK
RGB Variations
Color information
#305551 (or 0x305551) is known color: Blue Dianne. HEX triplet: 30, 55 and 51. RGB value is (48,85,81). Sum of RGB (Red+Green+Blue) = 48+85+81=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #305551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305551 is #CFAAAE. Grayscale: #494949. Windows color (decimal): -13609647 or 5330224. OLE color: 5330224.
HSL color Cylindrical-coordinate representation of color #305551: hue angle of 173.51º 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 #305551 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 81 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.67 |
| HSL | 173.51º | 0.28% | 0.26% | - |
| HSV(B) | 173.51º | 0.44% | 0.33% | - |
| XYZ | 5.95 | 7.72 | 8.96 | - |
| YUV | 73.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 81 | 0.44 | 0 | 0.05 | 0.67 | 173.51 | 0.28 | 0.26 |
| Hex | 30 | 55 | 51 | 2C | 0 | 5 | 43 | AE | 1C | 1A |
| Octal | 60 | 125 | 121 | 54 | 0 | 5 | 103 | 256 | 34 | 32 |
| Binary | 110000 | 1010101 | 1010001 | 101100 | 0 | 101 | 1000011 | 10101110 | 11100 | 11010 |
Color Harmonies of #305551
Complementary color
Monochromatic Colors of #305551
Black with #305551
Text Example
Text Example
White with #305551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305551; }
p { color: rgb(48,85,81); }
H1.HeaderClassName
{
color: #305551;
}
.AnyTagClassName
{
color: #305551;
}
</style>
background-color css
<style>
a { background-color: #305551; }
a { background-color: rgb(48,85,81); }
div.DivClassName
{
background-color: #305551;
}
.BgClassName
{
background-color: #305551;
}
</style>
border-color css
<style>
span { border-color: #305551; }
span { border-color: rgb(48,85,81); }
td.TdClassName
{
border-color: #305551;
}
.TagClassName
{
border-color: #305551;
}
</style>