Shades of Blue Dianne #305755
Tints of Blue Dianne #305755
RGB
CMYK
RGB Variations
Color information
#305755 (or 0x305755) is known color: Blue Dianne. HEX triplet: 30, 57 and 55. RGB value is (48,87,85). Sum of RGB (Red+Green+Blue) = 48+87+85=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #305755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305755 is #CFA8AA. Grayscale: #4B4B4B. Windows color (decimal): -13609131 or 5592880. OLE color: 5592880.
HSL color Cylindrical-coordinate representation of color #305755: hue angle of 176.92º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305755 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 87 | 85 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.66 |
| HSL | 176.92º | 0.29% | 0.26% | - |
| HSV(B) | 176.92º | 0.45% | 0.34% | - |
| XYZ | 6.27 | 8.1 | 9.83 | - |
| YUV | 75.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 85 | 0.45 | 0 | 0.02 | 0.66 | 176.92 | 0.29 | 0.26 |
| Hex | 30 | 57 | 55 | 2D | 0 | 2 | 42 | B1 | 1D | 1A |
| Octal | 60 | 127 | 125 | 55 | 0 | 2 | 102 | 261 | 35 | 32 |
| Binary | 110000 | 1010111 | 1010101 | 101101 | 0 | 10 | 1000010 | 10110001 | 11101 | 11010 |
Color Harmonies of #305755
Complementary color
Monochromatic Colors of #305755
Black with #305755
Text Example
Text Example
White with #305755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305755; }
p { color: rgb(48,87,85); }
H1.HeaderClassName
{
color: #305755;
}
.AnyTagClassName
{
color: #305755;
}
</style>
background-color css
<style>
a { background-color: #305755; }
a { background-color: rgb(48,87,85); }
div.DivClassName
{
background-color: #305755;
}
.BgClassName
{
background-color: #305755;
}
</style>
border-color css
<style>
span { border-color: #305755; }
span { border-color: rgb(48,87,85); }
td.TdClassName
{
border-color: #305755;
}
.TagClassName
{
border-color: #305755;
}
</style>