Shades of Blumine #30667A
Tints of Blumine #30667A
RGB
CMYK
RGB Variations
Color information
#30667A (or 0x30667A) is known color: Blumine. HEX triplet: 30, 66 and 7A. RGB value is (48,102,122). Sum of RGB (Red+Green+Blue) = 48+102+122=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #30667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30667A is #CF9985. Grayscale: #585858. Windows color (decimal): -13605254 or 8021552. OLE color: 8021552.
HSL color Cylindrical-coordinate representation of color #30667A: hue angle of 196.22º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30667A is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 102 | 122 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.52 |
| HSL | 196.22º | 0.44% | 0.33% | - |
| HSV(B) | 196.22º | 0.61% | 0.48% | - |
| XYZ | 9.48 | 11.54 | 20.14 | - |
| YUV | 88.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 122 | 0.61 | 0.16 | 0 | 0.52 | 196.22 | 0.44 | 0.33 |
| Hex | 30 | 66 | 7A | 3D | 10 | 0 | 34 | C4 | 2C | 21 |
| Octal | 60 | 146 | 172 | 75 | 20 | 0 | 64 | 304 | 54 | 41 |
| Binary | 110000 | 1100110 | 1111010 | 111101 | 10000 | 0 | 110100 | 11000100 | 101100 | 100001 |
Color Harmonies of #30667A
Complementary color
Monochromatic Colors of #30667A
Black with #30667A
Text Example
Text Example
White with #30667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30667A; }
p { color: rgb(48,102,122); }
H1.HeaderClassName
{
color: #30667A;
}
.AnyTagClassName
{
color: #30667A;
}
</style>
background-color css
<style>
a { background-color: #30667A; }
a { background-color: rgb(48,102,122); }
div.DivClassName
{
background-color: #30667A;
}
.BgClassName
{
background-color: #30667A;
}
</style>
border-color css
<style>
span { border-color: #30667A; }
span { border-color: rgb(48,102,122); }
td.TdClassName
{
border-color: #30667A;
}
.TagClassName
{
border-color: #30667A;
}
</style>