Shades of Blumine #305963
Tints of Blumine #305963
RGB
CMYK
RGB Variations
Color information
#305963 (or 0x305963) is known color: Blumine. HEX triplet: 30, 59 and 63. RGB value is (48,89,99). Sum of RGB (Red+Green+Blue) = 48+89+99=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #305963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305963 is #CFA69C. Grayscale: #4D4D4D. Windows color (decimal): -13608605 or 6510896. OLE color: 6510896.
HSL color Cylindrical-coordinate representation of color #305963: hue angle of 191.76º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305963 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 89 | 99 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.61 |
| HSL | 191.76º | 0.35% | 0.29% | - |
| HSV(B) | 191.76º | 0.52% | 0.39% | - |
| XYZ | 7.04 | 8.67 | 13.11 | - |
| YUV | 77.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 99 | 0.52 | 0.10 | 0 | 0.61 | 191.76 | 0.35 | 0.29 |
| Hex | 30 | 59 | 63 | 34 | A | 0 | 3D | C0 | 23 | 1D |
| Octal | 60 | 131 | 143 | 64 | 12 | 0 | 75 | 300 | 43 | 35 |
| Binary | 110000 | 1011001 | 1100011 | 110100 | 1010 | 0 | 111101 | 11000000 | 100011 | 11101 |
Color Harmonies of #305963
Complementary color
Monochromatic Colors of #305963
Black with #305963
Text Example
Text Example
White with #305963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305963; }
p { color: rgb(48,89,99); }
H1.HeaderClassName
{
color: #305963;
}
.AnyTagClassName
{
color: #305963;
}
</style>
background-color css
<style>
a { background-color: #305963; }
a { background-color: rgb(48,89,99); }
div.DivClassName
{
background-color: #305963;
}
.BgClassName
{
background-color: #305963;
}
</style>
border-color css
<style>
span { border-color: #305963; }
span { border-color: rgb(48,89,99); }
td.TdClassName
{
border-color: #305963;
}
.TagClassName
{
border-color: #305963;
}
</style>