Shades of Blumine #30656D
Tints of Blumine #30656D
RGB
CMYK
RGB Variations
Color information
#30656D (or 0x30656D) is known color: Blumine. HEX triplet: 30, 65 and 6D. RGB value is (48,101,109). Sum of RGB (Red+Green+Blue) = 48+101+109=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #30656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30656D is #CF9A92. Grayscale: #555555. Windows color (decimal): -13605523 or 7169328. OLE color: 7169328.
HSL color Cylindrical-coordinate representation of color #30656D: hue angle of 187.87º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30656D is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 101 | 109 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.57 |
| HSL | 187.87º | 0.39% | 0.31% | - |
| HSV(B) | 187.87º | 0.56% | 0.43% | - |
| XYZ | 8.63 | 11.04 | 16.14 | - |
| YUV | 86.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 109 | 0.56 | 0.07 | 0 | 0.57 | 187.87 | 0.39 | 0.31 |
| Hex | 30 | 65 | 6D | 38 | 7 | 0 | 39 | BC | 27 | 1F |
| Octal | 60 | 145 | 155 | 70 | 7 | 0 | 71 | 274 | 47 | 37 |
| Binary | 110000 | 1100101 | 1101101 | 111000 | 111 | 0 | 111001 | 10111100 | 100111 | 11111 |
Color Harmonies of #30656D
Complementary color
Monochromatic Colors of #30656D
Black with #30656D
Text Example
Text Example
White with #30656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30656D; }
p { color: rgb(48,101,109); }
H1.HeaderClassName
{
color: #30656D;
}
.AnyTagClassName
{
color: #30656D;
}
</style>
background-color css
<style>
a { background-color: #30656D; }
a { background-color: rgb(48,101,109); }
div.DivClassName
{
background-color: #30656D;
}
.BgClassName
{
background-color: #30656D;
}
</style>
border-color css
<style>
span { border-color: #30656D; }
span { border-color: rgb(48,101,109); }
td.TdClassName
{
border-color: #30656D;
}
.TagClassName
{
border-color: #30656D;
}
</style>