Shades of Blumine #306068
Tints of Blumine #306068
RGB
CMYK
RGB Variations
Color information
#306068 (or 0x306068) is known color: Blumine. HEX triplet: 30, 60 and 68. RGB value is (48,96,104). Sum of RGB (Red+Green+Blue) = 48+96+104=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #306068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306068 is #CF9F97. Grayscale: #525252. Windows color (decimal): -13606808 or 6840368. OLE color: 6840368.
HSL color Cylindrical-coordinate representation of color #306068: hue angle of 188.57º 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 #306068 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 96 | 104 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.59 |
| HSL | 188.57º | 0.37% | 0.3% | - |
| HSV(B) | 188.57º | 0.54% | 0.41% | - |
| XYZ | 7.9 | 9.99 | 14.61 | - |
| YUV | 82.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 104 | 0.54 | 0.08 | 0 | 0.59 | 188.57 | 0.37 | 0.3 |
| Hex | 30 | 60 | 68 | 36 | 8 | 0 | 3B | BD | 25 | 1E |
| Octal | 60 | 140 | 150 | 66 | 10 | 0 | 73 | 275 | 45 | 36 |
| Binary | 110000 | 1100000 | 1101000 | 110110 | 1000 | 0 | 111011 | 10111101 | 100101 | 11110 |
Color Harmonies of #306068
Complementary color
Monochromatic Colors of #306068
Black with #306068
Text Example
Text Example
White with #306068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306068; }
p { color: rgb(48,96,104); }
H1.HeaderClassName
{
color: #306068;
}
.AnyTagClassName
{
color: #306068;
}
</style>
background-color css
<style>
a { background-color: #306068; }
a { background-color: rgb(48,96,104); }
div.DivClassName
{
background-color: #306068;
}
.BgClassName
{
background-color: #306068;
}
</style>
border-color css
<style>
span { border-color: #306068; }
span { border-color: rgb(48,96,104); }
td.TdClassName
{
border-color: #306068;
}
.TagClassName
{
border-color: #306068;
}
</style>