Shades of Blumine #30647C
Tints of Blumine #30647C
RGB
CMYK
RGB Variations
Color information
#30647C (or 0x30647C) is known color: Blumine. HEX triplet: 30, 64 and 7C. RGB value is (48,100,124). Sum of RGB (Red+Green+Blue) = 48+100+124=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #30647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30647C is #CF9B83. Grayscale: #575757. Windows color (decimal): -13605764 or 8152112. OLE color: 8152112.
HSL color Cylindrical-coordinate representation of color #30647C: hue angle of 198.95º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30647C is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 100 | 124 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.51 |
| HSL | 198.95º | 0.44% | 0.34% | - |
| HSV(B) | 198.95º | 0.61% | 0.49% | - |
| XYZ | 9.41 | 11.2 | 20.73 | - |
| YUV | 87.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 124 | 0.61 | 0.19 | 0 | 0.51 | 198.95 | 0.44 | 0.34 |
| Hex | 30 | 64 | 7C | 3D | 13 | 0 | 33 | C7 | 2C | 22 |
| Octal | 60 | 144 | 174 | 75 | 23 | 0 | 63 | 307 | 54 | 42 |
| Binary | 110000 | 1100100 | 1111100 | 111101 | 10011 | 0 | 110011 | 11000111 | 101100 | 100010 |
Color Harmonies of #30647C
Complementary color
Monochromatic Colors of #30647C
Black with #30647C
Text Example
Text Example
White with #30647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30647C; }
p { color: rgb(48,100,124); }
H1.HeaderClassName
{
color: #30647C;
}
.AnyTagClassName
{
color: #30647C;
}
</style>
background-color css
<style>
a { background-color: #30647C; }
a { background-color: rgb(48,100,124); }
div.DivClassName
{
background-color: #30647C;
}
.BgClassName
{
background-color: #30647C;
}
</style>
border-color css
<style>
span { border-color: #30647C; }
span { border-color: rgb(48,100,124); }
td.TdClassName
{
border-color: #30647C;
}
.TagClassName
{
border-color: #30647C;
}
</style>