Shades of Blumine #30666B
Tints of Blumine #30666B
RGB
CMYK
RGB Variations
Color information
#30666B (or 0x30666B) is known color: Blumine. HEX triplet: 30, 66 and 6B. RGB value is (48,102,107). Sum of RGB (Red+Green+Blue) = 48+102+107=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #30666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30666B is #CF9994. Grayscale: #565656. Windows color (decimal): -13605269 or 7038512. OLE color: 7038512.
HSL color Cylindrical-coordinate representation of color #30666B: hue angle of 185.08º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30666B is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 102 | 107 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.58 |
| HSL | 185.08º | 0.38% | 0.3% | - |
| HSV(B) | 185.08º | 0.55% | 0.42% | - |
| XYZ | 8.62 | 11.19 | 15.62 | - |
| YUV | 86.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 107 | 0.55 | 0.05 | 0 | 0.58 | 185.08 | 0.38 | 0.3 |
| Hex | 30 | 66 | 6B | 37 | 5 | 0 | 3A | B9 | 26 | 1E |
| Octal | 60 | 146 | 153 | 67 | 5 | 0 | 72 | 271 | 46 | 36 |
| Binary | 110000 | 1100110 | 1101011 | 110111 | 101 | 0 | 111010 | 10111001 | 100110 | 11110 |
Color Harmonies of #30666B
Complementary color
Monochromatic Colors of #30666B
Black with #30666B
Text Example
Text Example
White with #30666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30666B; }
p { color: rgb(48,102,107); }
H1.HeaderClassName
{
color: #30666B;
}
.AnyTagClassName
{
color: #30666B;
}
</style>
background-color css
<style>
a { background-color: #30666B; }
a { background-color: rgb(48,102,107); }
div.DivClassName
{
background-color: #30666B;
}
.BgClassName
{
background-color: #30666B;
}
</style>
border-color css
<style>
span { border-color: #30666B; }
span { border-color: rgb(48,102,107); }
td.TdClassName
{
border-color: #30666B;
}
.TagClassName
{
border-color: #30666B;
}
</style>