Shades of Blumine #30657B
Tints of Blumine #30657B
RGB
CMYK
RGB Variations
Color information
#30657B (or 0x30657B) is known color: Blumine. HEX triplet: 30, 65 and 7B. RGB value is (48,101,123). Sum of RGB (Red+Green+Blue) = 48+101+123=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #30657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30657B is #CF9A84. Grayscale: #575757. Windows color (decimal): -13605509 or 8086832. OLE color: 8086832.
HSL color Cylindrical-coordinate representation of color #30657B: hue angle of 197.6º 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 #30657B is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 101 | 123 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.52 |
| HSL | 197.6º | 0.44% | 0.34% | - |
| HSV(B) | 197.6º | 0.61% | 0.48% | - |
| XYZ | 9.45 | 11.37 | 20.43 | - |
| YUV | 87.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 123 | 0.61 | 0.18 | 0 | 0.52 | 197.6 | 0.44 | 0.34 |
| Hex | 30 | 65 | 7B | 3D | 12 | 0 | 34 | C6 | 2C | 22 |
| Octal | 60 | 145 | 173 | 75 | 22 | 0 | 64 | 306 | 54 | 42 |
| Binary | 110000 | 1100101 | 1111011 | 111101 | 10010 | 0 | 110100 | 11000110 | 101100 | 100010 |
Color Harmonies of #30657B
Complementary color
Monochromatic Colors of #30657B
Black with #30657B
Text Example
Text Example
White with #30657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30657B; }
p { color: rgb(48,101,123); }
H1.HeaderClassName
{
color: #30657B;
}
.AnyTagClassName
{
color: #30657B;
}
</style>
background-color css
<style>
a { background-color: #30657B; }
a { background-color: rgb(48,101,123); }
div.DivClassName
{
background-color: #30657B;
}
.BgClassName
{
background-color: #30657B;
}
</style>
border-color css
<style>
span { border-color: #30657B; }
span { border-color: rgb(48,101,123); }
td.TdClassName
{
border-color: #30657B;
}
.TagClassName
{
border-color: #30657B;
}
</style>