Shades of Blumine #305868
Tints of Blumine #305868
RGB
CMYK
RGB Variations
Color information
#305868 (or 0x305868) is known color: Blumine. HEX triplet: 30, 58 and 68. RGB value is (48,88,104). Sum of RGB (Red+Green+Blue) = 48+88+104=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #305868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305868 is #CFA797. Grayscale: #4D4D4D. Windows color (decimal): -13608856 or 6838320. OLE color: 6838320.
HSL color Cylindrical-coordinate representation of color #305868: hue angle of 197.14º 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 #305868 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 88 | 104 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.59 |
| HSL | 197.14º | 0.37% | 0.3% | - |
| HSV(B) | 197.14º | 0.54% | 0.41% | - |
| XYZ | 7.21 | 8.61 | 14.38 | - |
| YUV | 77.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 104 | 0.54 | 0.15 | 0 | 0.59 | 197.14 | 0.37 | 0.3 |
| Hex | 30 | 58 | 68 | 36 | F | 0 | 3B | C5 | 25 | 1E |
| Octal | 60 | 130 | 150 | 66 | 17 | 0 | 73 | 305 | 45 | 36 |
| Binary | 110000 | 1011000 | 1101000 | 110110 | 1111 | 0 | 111011 | 11000101 | 100101 | 11110 |
Color Harmonies of #305868
Complementary color
Monochromatic Colors of #305868
Black with #305868
Text Example
Text Example
White with #305868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305868; }
p { color: rgb(48,88,104); }
H1.HeaderClassName
{
color: #305868;
}
.AnyTagClassName
{
color: #305868;
}
</style>
background-color css
<style>
a { background-color: #305868; }
a { background-color: rgb(48,88,104); }
div.DivClassName
{
background-color: #305868;
}
.BgClassName
{
background-color: #305868;
}
</style>
border-color css
<style>
span { border-color: #305868; }
span { border-color: rgb(48,88,104); }
td.TdClassName
{
border-color: #305868;
}
.TagClassName
{
border-color: #305868;
}
</style>