Shades of Blumine #306075
Tints of Blumine #306075
RGB
CMYK
RGB Variations
Color information
#306075 (or 0x306075) is known color: Blumine. HEX triplet: 30, 60 and 75. RGB value is (48,96,117). Sum of RGB (Red+Green+Blue) = 48+96+117=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #306075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306075 is #CF9F8A. Grayscale: #535353. Windows color (decimal): -13606795 or 7692336. OLE color: 7692336.
HSL color Cylindrical-coordinate representation of color #306075: hue angle of 198.26º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306075 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 96 | 117 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.54 |
| HSL | 198.26º | 0.42% | 0.32% | - |
| HSV(B) | 198.26º | 0.59% | 0.46% | - |
| XYZ | 8.61 | 10.28 | 18.36 | - |
| YUV | 84.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 117 | 0.59 | 0.18 | 0 | 0.54 | 198.26 | 0.42 | 0.32 |
| Hex | 30 | 60 | 75 | 3B | 12 | 0 | 36 | C6 | 2A | 20 |
| Octal | 60 | 140 | 165 | 73 | 22 | 0 | 66 | 306 | 52 | 40 |
| Binary | 110000 | 1100000 | 1110101 | 111011 | 10010 | 0 | 110110 | 11000110 | 101010 | 100000 |
Color Harmonies of #306075
Complementary color
Monochromatic Colors of #306075
Black with #306075
Text Example
Text Example
White with #306075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306075; }
p { color: rgb(48,96,117); }
H1.HeaderClassName
{
color: #306075;
}
.AnyTagClassName
{
color: #306075;
}
</style>
background-color css
<style>
a { background-color: #306075; }
a { background-color: rgb(48,96,117); }
div.DivClassName
{
background-color: #306075;
}
.BgClassName
{
background-color: #306075;
}
</style>
border-color css
<style>
span { border-color: #306075; }
span { border-color: rgb(48,96,117); }
td.TdClassName
{
border-color: #306075;
}
.TagClassName
{
border-color: #306075;
}
</style>