Shades of Blue Dianne #30534C
Tints of Blue Dianne #30534C
RGB
CMYK
RGB Variations
Color information
#30534C (or 0x30534C) is known color: Blue Dianne. HEX triplet: 30, 53 and 4C. RGB value is (48,83,76). Sum of RGB (Red+Green+Blue) = 48+83+76=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #30534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30534C is #CFACB3. Grayscale: #474747. Windows color (decimal): -13610164 or 5002032. OLE color: 5002032.
HSL color Cylindrical-coordinate representation of color #30534C: hue angle of 168º 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 #30534C is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 76 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.67 |
| HSL | 168º | 0.27% | 0.26% | - |
| HSV(B) | 168º | 0.42% | 0.33% | - |
| XYZ | 5.62 | 7.34 | 7.96 | - |
| YUV | 71.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 76 | 0.42 | 0 | 0.08 | 0.67 | 168 | 0.27 | 0.26 |
| Hex | 30 | 53 | 4C | 2A | 0 | 8 | 43 | A8 | 1B | 1A |
| Octal | 60 | 123 | 114 | 52 | 0 | 10 | 103 | 250 | 33 | 32 |
| Binary | 110000 | 1010011 | 1001100 | 101010 | 0 | 1000 | 1000011 | 10101000 | 11011 | 11010 |
Color Harmonies of #30534C
Complementary color
Monochromatic Colors of #30534C
Black with #30534C
Text Example
Text Example
White with #30534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30534C; }
p { color: rgb(48,83,76); }
H1.HeaderClassName
{
color: #30534C;
}
.AnyTagClassName
{
color: #30534C;
}
</style>
background-color css
<style>
a { background-color: #30534C; }
a { background-color: rgb(48,83,76); }
div.DivClassName
{
background-color: #30534C;
}
.BgClassName
{
background-color: #30534C;
}
</style>
border-color css
<style>
span { border-color: #30534C; }
span { border-color: rgb(48,83,76); }
td.TdClassName
{
border-color: #30534C;
}
.TagClassName
{
border-color: #30534C;
}
</style>