Shades of Blumine #30626E
Tints of Blumine #30626E
RGB
CMYK
RGB Variations
Color information
#30626E (or 0x30626E) is known color: Blumine. HEX triplet: 30, 62 and 6E. RGB value is (48,98,110). Sum of RGB (Red+Green+Blue) = 48+98+110=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #30626E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30626E is #CF9D91. Grayscale: #545454. Windows color (decimal): -13606290 or 7234096. OLE color: 7234096.
HSL color Cylindrical-coordinate representation of color #30626E: hue angle of 191.61º 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 #30626E is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 98 | 110 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.57 |
| HSL | 191.61º | 0.39% | 0.31% | - |
| HSV(B) | 191.61º | 0.56% | 0.43% | - |
| XYZ | 8.4 | 10.49 | 16.33 | - |
| YUV | 84.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 110 | 0.56 | 0.11 | 0 | 0.57 | 191.61 | 0.39 | 0.31 |
| Hex | 30 | 62 | 6E | 38 | B | 0 | 39 | C0 | 27 | 1F |
| Octal | 60 | 142 | 156 | 70 | 13 | 0 | 71 | 300 | 47 | 37 |
| Binary | 110000 | 1100010 | 1101110 | 111000 | 1011 | 0 | 111001 | 11000000 | 100111 | 11111 |
Color Harmonies of #30626E
Complementary color
Monochromatic Colors of #30626E
Black with #30626E
Text Example
Text Example
White with #30626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30626E; }
p { color: rgb(48,98,110); }
H1.HeaderClassName
{
color: #30626E;
}
.AnyTagClassName
{
color: #30626E;
}
</style>
background-color css
<style>
a { background-color: #30626E; }
a { background-color: rgb(48,98,110); }
div.DivClassName
{
background-color: #30626E;
}
.BgClassName
{
background-color: #30626E;
}
</style>
border-color css
<style>
span { border-color: #30626E; }
span { border-color: rgb(48,98,110); }
td.TdClassName
{
border-color: #30626E;
}
.TagClassName
{
border-color: #30626E;
}
</style>