Shades of Blumine #306277
Tints of Blumine #306277
RGB
CMYK
RGB Variations
Color information
#306277 (or 0x306277) is known color: Blumine. HEX triplet: 30, 62 and 77. RGB value is (48,98,119). Sum of RGB (Red+Green+Blue) = 48+98+119=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #306277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306277 is #CF9D88. Grayscale: #555555. Windows color (decimal): -13606281 or 7823920. OLE color: 7823920.
HSL color Cylindrical-coordinate representation of color #306277: hue angle of 197.75º 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 #306277 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 98 | 119 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.53 |
| HSL | 197.75º | 0.43% | 0.33% | - |
| HSV(B) | 197.75º | 0.6% | 0.47% | - |
| XYZ | 8.92 | 10.7 | 19.05 | - |
| YUV | 85.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 119 | 0.60 | 0.18 | 0 | 0.53 | 197.75 | 0.43 | 0.33 |
| Hex | 30 | 62 | 77 | 3C | 12 | 0 | 35 | C6 | 2B | 21 |
| Octal | 60 | 142 | 167 | 74 | 22 | 0 | 65 | 306 | 53 | 41 |
| Binary | 110000 | 1100010 | 1110111 | 111100 | 10010 | 0 | 110101 | 11000110 | 101011 | 100001 |
Color Harmonies of #306277
Complementary color
Monochromatic Colors of #306277
Black with #306277
Text Example
Text Example
White with #306277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306277; }
p { color: rgb(48,98,119); }
H1.HeaderClassName
{
color: #306277;
}
.AnyTagClassName
{
color: #306277;
}
</style>
background-color css
<style>
a { background-color: #306277; }
a { background-color: rgb(48,98,119); }
div.DivClassName
{
background-color: #306277;
}
.BgClassName
{
background-color: #306277;
}
</style>
border-color css
<style>
span { border-color: #306277; }
span { border-color: rgb(48,98,119); }
td.TdClassName
{
border-color: #306277;
}
.TagClassName
{
border-color: #306277;
}
</style>