Shades of Blumine #305E66
Tints of Blumine #305E66
RGB
CMYK
RGB Variations
Color information
#305E66 (or 0x305E66) is known color: Blumine. HEX triplet: 30, 5E and 66. RGB value is (48,94,102). Sum of RGB (Red+Green+Blue) = 48+94+102=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #305E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E66 is #CFA199. Grayscale: #515151. Windows color (decimal): -13607322 or 6708784. OLE color: 6708784.
HSL color Cylindrical-coordinate representation of color #305E66: hue angle of 188.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305E66 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 94 | 102 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.6 |
| HSL | 188.89º | 0.36% | 0.29% | - |
| HSV(B) | 188.89º | 0.53% | 0.4% | - |
| XYZ | 7.62 | 9.59 | 14.02 | - |
| YUV | 81.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 102 | 0.53 | 0.08 | 0 | 0.6 | 188.89 | 0.36 | 0.29 |
| Hex | 30 | 5E | 66 | 35 | 8 | 0 | 3C | BD | 24 | 1D |
| Octal | 60 | 136 | 146 | 65 | 10 | 0 | 74 | 275 | 44 | 35 |
| Binary | 110000 | 1011110 | 1100110 | 110101 | 1000 | 0 | 111100 | 10111101 | 100100 | 11101 |
Color Harmonies of #305E66
Complementary color
Monochromatic Colors of #305E66
Black with #305E66
Text Example
Text Example
White with #305E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E66; }
p { color: rgb(48,94,102); }
H1.HeaderClassName
{
color: #305E66;
}
.AnyTagClassName
{
color: #305E66;
}
</style>
background-color css
<style>
a { background-color: #305E66; }
a { background-color: rgb(48,94,102); }
div.DivClassName
{
background-color: #305E66;
}
.BgClassName
{
background-color: #305E66;
}
</style>
border-color css
<style>
span { border-color: #305E66; }
span { border-color: rgb(48,94,102); }
td.TdClassName
{
border-color: #305E66;
}
.TagClassName
{
border-color: #305E66;
}
</style>