Shades of Blumine #305E77
Tints of Blumine #305E77
RGB
CMYK
RGB Variations
Color information
#305E77 (or 0x305E77) is known color: Blumine. HEX triplet: 30, 5E and 77. RGB value is (48,94,119). Sum of RGB (Red+Green+Blue) = 48+94+119=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #305E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E77 is #CFA188. Grayscale: #525252. Windows color (decimal): -13607305 or 7822896. OLE color: 7822896.
HSL color Cylindrical-coordinate representation of color #305E77: hue angle of 201.13º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305E77 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 94 | 119 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.53 |
| HSL | 201.13º | 0.43% | 0.33% | - |
| HSV(B) | 201.13º | 0.6% | 0.47% | - |
| XYZ | 8.55 | 9.97 | 18.93 | - |
| YUV | 83.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 119 | 0.60 | 0.21 | 0 | 0.53 | 201.13 | 0.43 | 0.33 |
| Hex | 30 | 5E | 77 | 3C | 15 | 0 | 35 | C9 | 2B | 21 |
| Octal | 60 | 136 | 167 | 74 | 25 | 0 | 65 | 311 | 53 | 41 |
| Binary | 110000 | 1011110 | 1110111 | 111100 | 10101 | 0 | 110101 | 11001001 | 101011 | 100001 |
Color Harmonies of #305E77
Complementary color
Monochromatic Colors of #305E77
Black with #305E77
Text Example
Text Example
White with #305E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E77; }
p { color: rgb(48,94,119); }
H1.HeaderClassName
{
color: #305E77;
}
.AnyTagClassName
{
color: #305E77;
}
</style>
background-color css
<style>
a { background-color: #305E77; }
a { background-color: rgb(48,94,119); }
div.DivClassName
{
background-color: #305E77;
}
.BgClassName
{
background-color: #305E77;
}
</style>
border-color css
<style>
span { border-color: #305E77; }
span { border-color: rgb(48,94,119); }
td.TdClassName
{
border-color: #305E77;
}
.TagClassName
{
border-color: #305E77;
}
</style>