Shades of Blue Dianne #30534E
Tints of Blue Dianne #30534E
RGB
CMYK
RGB Variations
Color information
#30534E (or 0x30534E) is known color: Blue Dianne. HEX triplet: 30, 53 and 4E. RGB value is (48,83,78). Sum of RGB (Red+Green+Blue) = 48+83+78=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #30534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30534E is #CFACB1. Grayscale: #474747. Windows color (decimal): -13610162 or 5133104. OLE color: 5133104.
HSL color Cylindrical-coordinate representation of color #30534E: hue angle of 171.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30534E is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 78 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.67 |
| HSL | 171.43º | 0.27% | 0.26% | - |
| HSV(B) | 171.43º | 0.42% | 0.33% | - |
| XYZ | 5.69 | 7.36 | 8.33 | - |
| YUV | 71.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 78 | 0.42 | 0 | 0.06 | 0.67 | 171.43 | 0.27 | 0.26 |
| Hex | 30 | 53 | 4E | 2A | 0 | 6 | 43 | AB | 1B | 1A |
| Octal | 60 | 123 | 116 | 52 | 0 | 6 | 103 | 253 | 33 | 32 |
| Binary | 110000 | 1010011 | 1001110 | 101010 | 0 | 110 | 1000011 | 10101011 | 11011 | 11010 |
Color Harmonies of #30534E
Complementary color
Monochromatic Colors of #30534E
Black with #30534E
Text Example
Text Example
White with #30534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30534E; }
p { color: rgb(48,83,78); }
H1.HeaderClassName
{
color: #30534E;
}
.AnyTagClassName
{
color: #30534E;
}
</style>
background-color css
<style>
a { background-color: #30534E; }
a { background-color: rgb(48,83,78); }
div.DivClassName
{
background-color: #30534E;
}
.BgClassName
{
background-color: #30534E;
}
</style>
border-color css
<style>
span { border-color: #30534E; }
span { border-color: rgb(48,83,78); }
td.TdClassName
{
border-color: #30534E;
}
.TagClassName
{
border-color: #30534E;
}
</style>