Shades of Blumine #30627B
Tints of Blumine #30627B
RGB
CMYK
RGB Variations
Color information
#30627B (or 0x30627B) is known color: Blumine. HEX triplet: 30, 62 and 7B. RGB value is (48,98,123). Sum of RGB (Red+Green+Blue) = 48+98+123=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #30627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30627B is #CF9D84. Grayscale: #555555. Windows color (decimal): -13606277 or 8086064. OLE color: 8086064.
HSL color Cylindrical-coordinate representation of color #30627B: hue angle of 200º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30627B is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 98 | 123 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.52 |
| HSL | 200º | 0.44% | 0.34% | - |
| HSV(B) | 200º | 0.61% | 0.48% | - |
| XYZ | 9.16 | 10.79 | 20.34 | - |
| YUV | 85.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 123 | 0.61 | 0.20 | 0 | 0.52 | 200 | 0.44 | 0.34 |
| Hex | 30 | 62 | 7B | 3D | 14 | 0 | 34 | C8 | 2C | 22 |
| Octal | 60 | 142 | 173 | 75 | 24 | 0 | 64 | 310 | 54 | 42 |
| Binary | 110000 | 1100010 | 1111011 | 111101 | 10100 | 0 | 110100 | 11001000 | 101100 | 100010 |
Color Harmonies of #30627B
Complementary color
Monochromatic Colors of #30627B
Black with #30627B
Text Example
Text Example
White with #30627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30627B; }
p { color: rgb(48,98,123); }
H1.HeaderClassName
{
color: #30627B;
}
.AnyTagClassName
{
color: #30627B;
}
</style>
background-color css
<style>
a { background-color: #30627B; }
a { background-color: rgb(48,98,123); }
div.DivClassName
{
background-color: #30627B;
}
.BgClassName
{
background-color: #30627B;
}
</style>
border-color css
<style>
span { border-color: #30627B; }
span { border-color: rgb(48,98,123); }
td.TdClassName
{
border-color: #30627B;
}
.TagClassName
{
border-color: #30627B;
}
</style>