Shades of Blumine #30617A
Tints of Blumine #30617A
RGB
CMYK
RGB Variations
Color information
#30617A (or 0x30617A) is known color: Blumine. HEX triplet: 30, 61 and 7A. RGB value is (48,97,122). Sum of RGB (Red+Green+Blue) = 48+97+122=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #30617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30617A is #CF9E85. Grayscale: #555555. Windows color (decimal): -13606534 or 8020272. OLE color: 8020272.
HSL color Cylindrical-coordinate representation of color #30617A: hue angle of 200.27º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30617A is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 97 | 122 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.52 |
| HSL | 200.27º | 0.44% | 0.33% | - |
| HSV(B) | 200.27º | 0.61% | 0.48% | - |
| XYZ | 9.01 | 10.58 | 19.98 | - |
| YUV | 85.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 122 | 0.61 | 0.20 | 0 | 0.52 | 200.27 | 0.44 | 0.33 |
| Hex | 30 | 61 | 7A | 3D | 14 | 0 | 34 | C8 | 2C | 21 |
| Octal | 60 | 141 | 172 | 75 | 24 | 0 | 64 | 310 | 54 | 41 |
| Binary | 110000 | 1100001 | 1111010 | 111101 | 10100 | 0 | 110100 | 11001000 | 101100 | 100001 |
Color Harmonies of #30617A
Complementary color
Monochromatic Colors of #30617A
Black with #30617A
Text Example
Text Example
White with #30617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30617A; }
p { color: rgb(48,97,122); }
H1.HeaderClassName
{
color: #30617A;
}
.AnyTagClassName
{
color: #30617A;
}
</style>
background-color css
<style>
a { background-color: #30617A; }
a { background-color: rgb(48,97,122); }
div.DivClassName
{
background-color: #30617A;
}
.BgClassName
{
background-color: #30617A;
}
</style>
border-color css
<style>
span { border-color: #30617A; }
span { border-color: rgb(48,97,122); }
td.TdClassName
{
border-color: #30617A;
}
.TagClassName
{
border-color: #30617A;
}
</style>