Shades of Blumine #305968
Tints of Blumine #305968
RGB
CMYK
RGB Variations
Color information
#305968 (or 0x305968) is known color: Blumine. HEX triplet: 30, 59 and 68. RGB value is (48,89,104). Sum of RGB (Red+Green+Blue) = 48+89+104=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #305968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305968 is #CFA697. Grayscale: #4E4E4E. Windows color (decimal): -13608600 or 6838576. OLE color: 6838576.
HSL color Cylindrical-coordinate representation of color #305968: hue angle of 196.07º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305968 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 89 | 104 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.59 |
| HSL | 196.07º | 0.37% | 0.3% | - |
| HSV(B) | 196.07º | 0.54% | 0.41% | - |
| XYZ | 7.29 | 8.77 | 14.41 | - |
| YUV | 78.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 104 | 0.54 | 0.14 | 0 | 0.59 | 196.07 | 0.37 | 0.3 |
| Hex | 30 | 59 | 68 | 36 | E | 0 | 3B | C4 | 25 | 1E |
| Octal | 60 | 131 | 150 | 66 | 16 | 0 | 73 | 304 | 45 | 36 |
| Binary | 110000 | 1011001 | 1101000 | 110110 | 1110 | 0 | 111011 | 11000100 | 100101 | 11110 |
Color Harmonies of #305968
Complementary color
Monochromatic Colors of #305968
Black with #305968
Text Example
Text Example
White with #305968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305968; }
p { color: rgb(48,89,104); }
H1.HeaderClassName
{
color: #305968;
}
.AnyTagClassName
{
color: #305968;
}
</style>
background-color css
<style>
a { background-color: #305968; }
a { background-color: rgb(48,89,104); }
div.DivClassName
{
background-color: #305968;
}
.BgClassName
{
background-color: #305968;
}
</style>
border-color css
<style>
span { border-color: #305968; }
span { border-color: rgb(48,89,104); }
td.TdClassName
{
border-color: #305968;
}
.TagClassName
{
border-color: #305968;
}
</style>