Shades of Blue Dianne #30544E
Tints of Blue Dianne #30544E
RGB
CMYK
RGB Variations
Color information
#30544E (or 0x30544E) is known color: Blue Dianne. HEX triplet: 30, 54 and 4E. RGB value is (48,84,78). Sum of RGB (Red+Green+Blue) = 48+84+78=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #30544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30544E is #CFABB1. Grayscale: #484848. Windows color (decimal): -13609906 or 5133360. OLE color: 5133360.
HSL color Cylindrical-coordinate representation of color #30544E: hue angle of 170º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #30544E is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 84 | 78 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.67 |
| HSL | 170º | 0.27% | 0.26% | - |
| HSV(B) | 170º | 0.43% | 0.33% | - |
| XYZ | 5.76 | 7.52 | 8.36 | - |
| YUV | 72.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 78 | 0.43 | 0 | 0.07 | 0.67 | 170 | 0.27 | 0.26 |
| Hex | 30 | 54 | 4E | 2B | 0 | 7 | 43 | AA | 1B | 1A |
| Octal | 60 | 124 | 116 | 53 | 0 | 7 | 103 | 252 | 33 | 32 |
| Binary | 110000 | 1010100 | 1001110 | 101011 | 0 | 111 | 1000011 | 10101010 | 11011 | 11010 |
Color Harmonies of #30544E
Complementary color
Monochromatic Colors of #30544E
Black with #30544E
Text Example
Text Example
White with #30544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30544E; }
p { color: rgb(48,84,78); }
H1.HeaderClassName
{
color: #30544E;
}
.AnyTagClassName
{
color: #30544E;
}
</style>
background-color css
<style>
a { background-color: #30544E; }
a { background-color: rgb(48,84,78); }
div.DivClassName
{
background-color: #30544E;
}
.BgClassName
{
background-color: #30544E;
}
</style>
border-color css
<style>
span { border-color: #30544E; }
span { border-color: rgb(48,84,78); }
td.TdClassName
{
border-color: #30544E;
}
.TagClassName
{
border-color: #30544E;
}
</style>