Shades of Blumine #306276
Tints of Blumine #306276
RGB
CMYK
RGB Variations
Color information
#306276 (or 0x306276) is known color: Blumine. HEX triplet: 30, 62 and 76. RGB value is (48,98,118). Sum of RGB (Red+Green+Blue) = 48+98+118=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #306276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306276 is #CF9D89. Grayscale: #555555. Windows color (decimal): -13606282 or 7758384. OLE color: 7758384.
HSL color Cylindrical-coordinate representation of color #306276: hue angle of 197.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306276 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 98 | 118 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.54 |
| HSL | 197.14º | 0.42% | 0.33% | - |
| HSV(B) | 197.14º | 0.59% | 0.46% | - |
| XYZ | 8.86 | 10.67 | 18.73 | - |
| YUV | 85.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 118 | 0.59 | 0.17 | 0 | 0.54 | 197.14 | 0.42 | 0.33 |
| Hex | 30 | 62 | 76 | 3B | 11 | 0 | 36 | C5 | 2A | 21 |
| Octal | 60 | 142 | 166 | 73 | 21 | 0 | 66 | 305 | 52 | 41 |
| Binary | 110000 | 1100010 | 1110110 | 111011 | 10001 | 0 | 110110 | 11000101 | 101010 | 100001 |
Color Harmonies of #306276
Complementary color
Monochromatic Colors of #306276
Black with #306276
Text Example
Text Example
White with #306276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306276; }
p { color: rgb(48,98,118); }
H1.HeaderClassName
{
color: #306276;
}
.AnyTagClassName
{
color: #306276;
}
</style>
background-color css
<style>
a { background-color: #306276; }
a { background-color: rgb(48,98,118); }
div.DivClassName
{
background-color: #306276;
}
.BgClassName
{
background-color: #306276;
}
</style>
border-color css
<style>
span { border-color: #306276; }
span { border-color: rgb(48,98,118); }
td.TdClassName
{
border-color: #306276;
}
.TagClassName
{
border-color: #306276;
}
</style>