Shades of Blue Dianne #30564F
Tints of Blue Dianne #30564F
RGB
CMYK
RGB Variations
Color information
#30564F (or 0x30564F) is known color: Blue Dianne. HEX triplet: 30, 56 and 4F. RGB value is (48,86,79). Sum of RGB (Red+Green+Blue) = 48+86+79=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #30564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30564F is #CFA9B0. Grayscale: #494949. Windows color (decimal): -13609393 or 5199408. OLE color: 5199408.
HSL color Cylindrical-coordinate representation of color #30564F: hue angle of 168.95º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30564F is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 86 | 79 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.66 |
| HSL | 168.95º | 0.28% | 0.26% | - |
| HSV(B) | 168.95º | 0.44% | 0.34% | - |
| XYZ | 5.96 | 7.85 | 8.6 | - |
| YUV | 73.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 79 | 0.44 | 0 | 0.08 | 0.66 | 168.95 | 0.28 | 0.26 |
| Hex | 30 | 56 | 4F | 2C | 0 | 8 | 42 | A9 | 1C | 1A |
| Octal | 60 | 126 | 117 | 54 | 0 | 10 | 102 | 251 | 34 | 32 |
| Binary | 110000 | 1010110 | 1001111 | 101100 | 0 | 1000 | 1000010 | 10101001 | 11100 | 11010 |
Color Harmonies of #30564F
Complementary color
Monochromatic Colors of #30564F
Black with #30564F
Text Example
Text Example
White with #30564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30564F; }
p { color: rgb(48,86,79); }
H1.HeaderClassName
{
color: #30564F;
}
.AnyTagClassName
{
color: #30564F;
}
</style>
background-color css
<style>
a { background-color: #30564F; }
a { background-color: rgb(48,86,79); }
div.DivClassName
{
background-color: #30564F;
}
.BgClassName
{
background-color: #30564F;
}
</style>
border-color css
<style>
span { border-color: #30564F; }
span { border-color: rgb(48,86,79); }
td.TdClassName
{
border-color: #30564F;
}
.TagClassName
{
border-color: #30564F;
}
</style>