Shades of Blumine #30676F
Tints of Blumine #30676F
RGB
CMYK
RGB Variations
Color information
#30676F (or 0x30676F) is known color: Blumine. HEX triplet: 30, 67 and 6F. RGB value is (48,103,111). Sum of RGB (Red+Green+Blue) = 48+103+111=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #30676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30676F is #CF9890. Grayscale: #575757. Windows color (decimal): -13605009 or 7300912. OLE color: 7300912.
HSL color Cylindrical-coordinate representation of color #30676F: hue angle of 187.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30676F is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 103 | 111 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.56 |
| HSL | 187.62º | 0.4% | 0.31% | - |
| HSV(B) | 187.62º | 0.57% | 0.44% | - |
| XYZ | 8.94 | 11.48 | 16.78 | - |
| YUV | 87.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 111 | 0.57 | 0.07 | 0 | 0.56 | 187.62 | 0.4 | 0.31 |
| Hex | 30 | 67 | 6F | 39 | 7 | 0 | 38 | BC | 28 | 1F |
| Octal | 60 | 147 | 157 | 71 | 7 | 0 | 70 | 274 | 50 | 37 |
| Binary | 110000 | 1100111 | 1101111 | 111001 | 111 | 0 | 111000 | 10111100 | 101000 | 11111 |
Color Harmonies of #30676F
Complementary color
Monochromatic Colors of #30676F
Black with #30676F
Text Example
Text Example
White with #30676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30676F; }
p { color: rgb(48,103,111); }
H1.HeaderClassName
{
color: #30676F;
}
.AnyTagClassName
{
color: #30676F;
}
</style>
background-color css
<style>
a { background-color: #30676F; }
a { background-color: rgb(48,103,111); }
div.DivClassName
{
background-color: #30676F;
}
.BgClassName
{
background-color: #30676F;
}
</style>
border-color css
<style>
span { border-color: #30676F; }
span { border-color: rgb(48,103,111); }
td.TdClassName
{
border-color: #30676F;
}
.TagClassName
{
border-color: #30676F;
}
</style>