Shades of Blumine #30657A
Tints of Blumine #30657A
RGB
CMYK
RGB Variations
Color information
#30657A (or 0x30657A) is known color: Blumine. HEX triplet: 30, 65 and 7A. RGB value is (48,101,122). Sum of RGB (Red+Green+Blue) = 48+101+122=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #30657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30657A is #CF9A85. Grayscale: #575757. Windows color (decimal): -13605510 or 8021296. OLE color: 8021296.
HSL color Cylindrical-coordinate representation of color #30657A: hue angle of 197.03º 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 #30657A is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 101 | 122 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.52 |
| HSL | 197.03º | 0.44% | 0.33% | - |
| HSV(B) | 197.03º | 0.61% | 0.48% | - |
| XYZ | 9.39 | 11.34 | 20.11 | - |
| YUV | 87.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 122 | 0.61 | 0.17 | 0 | 0.52 | 197.03 | 0.44 | 0.33 |
| Hex | 30 | 65 | 7A | 3D | 11 | 0 | 34 | C5 | 2C | 21 |
| Octal | 60 | 145 | 172 | 75 | 21 | 0 | 64 | 305 | 54 | 41 |
| Binary | 110000 | 1100101 | 1111010 | 111101 | 10001 | 0 | 110100 | 11000101 | 101100 | 100001 |
Color Harmonies of #30657A
Complementary color
Monochromatic Colors of #30657A
Black with #30657A
Text Example
Text Example
White with #30657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30657A; }
p { color: rgb(48,101,122); }
H1.HeaderClassName
{
color: #30657A;
}
.AnyTagClassName
{
color: #30657A;
}
</style>
background-color css
<style>
a { background-color: #30657A; }
a { background-color: rgb(48,101,122); }
div.DivClassName
{
background-color: #30657A;
}
.BgClassName
{
background-color: #30657A;
}
</style>
border-color css
<style>
span { border-color: #30657A; }
span { border-color: rgb(48,101,122); }
td.TdClassName
{
border-color: #30657A;
}
.TagClassName
{
border-color: #30657A;
}
</style>