Shades of Blue Dianne #305553
Tints of Blue Dianne #305553
RGB
CMYK
RGB Variations
Color information
#305553 (or 0x305553) is known color: Blue Dianne. HEX triplet: 30, 55 and 53. RGB value is (48,85,83). Sum of RGB (Red+Green+Blue) = 48+85+83=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #305553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305553 is #CFAAAC. Grayscale: #494949. Windows color (decimal): -13609645 or 5461296. OLE color: 5461296.
HSL color Cylindrical-coordinate representation of color #305553: hue angle of 176.76º 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 #305553 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 85 | 83 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.67 |
| HSL | 176.76º | 0.28% | 0.26% | - |
| HSV(B) | 176.76º | 0.44% | 0.33% | - |
| XYZ | 6.03 | 7.75 | 9.36 | - |
| YUV | 73.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 83 | 0.44 | 0 | 0.02 | 0.67 | 176.76 | 0.28 | 0.26 |
| Hex | 30 | 55 | 53 | 2C | 0 | 2 | 43 | B1 | 1C | 1A |
| Octal | 60 | 125 | 123 | 54 | 0 | 2 | 103 | 261 | 34 | 32 |
| Binary | 110000 | 1010101 | 1010011 | 101100 | 0 | 10 | 1000011 | 10110001 | 11100 | 11010 |
Color Harmonies of #305553
Complementary color
Monochromatic Colors of #305553
Black with #305553
Text Example
Text Example
White with #305553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305553; }
p { color: rgb(48,85,83); }
H1.HeaderClassName
{
color: #305553;
}
.AnyTagClassName
{
color: #305553;
}
</style>
background-color css
<style>
a { background-color: #305553; }
a { background-color: rgb(48,85,83); }
div.DivClassName
{
background-color: #305553;
}
.BgClassName
{
background-color: #305553;
}
</style>
border-color css
<style>
span { border-color: #305553; }
span { border-color: rgb(48,85,83); }
td.TdClassName
{
border-color: #305553;
}
.TagClassName
{
border-color: #305553;
}
</style>