Shades of Blumine #30596C
Tints of Blumine #30596C
RGB
CMYK
RGB Variations
Color information
#30596C (or 0x30596C) is known color: Blumine. HEX triplet: 30, 59 and 6C. RGB value is (48,89,108). Sum of RGB (Red+Green+Blue) = 48+89+108=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #30596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30596C is #CFA693. Grayscale: #4E4E4E. Windows color (decimal): -13608596 or 7100720. OLE color: 7100720.
HSL color Cylindrical-coordinate representation of color #30596C: hue angle of 199º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30596C is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 89 | 108 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.58 |
| HSL | 199º | 0.38% | 0.31% | - |
| HSV(B) | 199º | 0.56% | 0.42% | - |
| XYZ | 7.5 | 8.86 | 15.5 | - |
| YUV | 78.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 108 | 0.56 | 0.18 | 0 | 0.58 | 199 | 0.38 | 0.31 |
| Hex | 30 | 59 | 6C | 38 | 12 | 0 | 3A | C7 | 26 | 1F |
| Octal | 60 | 131 | 154 | 70 | 22 | 0 | 72 | 307 | 46 | 37 |
| Binary | 110000 | 1011001 | 1101100 | 111000 | 10010 | 0 | 111010 | 11000111 | 100110 | 11111 |
Color Harmonies of #30596C
Complementary color
Monochromatic Colors of #30596C
Black with #30596C
Text Example
Text Example
White with #30596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30596C; }
p { color: rgb(48,89,108); }
H1.HeaderClassName
{
color: #30596C;
}
.AnyTagClassName
{
color: #30596C;
}
</style>
background-color css
<style>
a { background-color: #30596C; }
a { background-color: rgb(48,89,108); }
div.DivClassName
{
background-color: #30596C;
}
.BgClassName
{
background-color: #30596C;
}
</style>
border-color css
<style>
span { border-color: #30596C; }
span { border-color: rgb(48,89,108); }
td.TdClassName
{
border-color: #30596C;
}
.TagClassName
{
border-color: #30596C;
}
</style>