Shades of Blumine #306273
Tints of Blumine #306273
RGB
CMYK
RGB Variations
Color information
#306273 (or 0x306273) is known color: Blumine. HEX triplet: 30, 62 and 73. RGB value is (48,98,115). Sum of RGB (Red+Green+Blue) = 48+98+115=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #306273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306273 is #CF9D8C. Grayscale: #545454. Windows color (decimal): -13606285 or 7561776. OLE color: 7561776.
HSL color Cylindrical-coordinate representation of color #306273: hue angle of 195.22º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306273 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 98 | 115 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.55 |
| HSL | 195.22º | 0.41% | 0.32% | - |
| HSV(B) | 195.22º | 0.58% | 0.45% | - |
| XYZ | 8.68 | 10.6 | 17.81 | - |
| YUV | 84.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 115 | 0.58 | 0.15 | 0 | 0.55 | 195.22 | 0.41 | 0.32 |
| Hex | 30 | 62 | 73 | 3A | F | 0 | 37 | C3 | 29 | 20 |
| Octal | 60 | 142 | 163 | 72 | 17 | 0 | 67 | 303 | 51 | 40 |
| Binary | 110000 | 1100010 | 1110011 | 111010 | 1111 | 0 | 110111 | 11000011 | 101001 | 100000 |
Color Harmonies of #306273
Complementary color
Monochromatic Colors of #306273
Black with #306273
Text Example
Text Example
White with #306273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306273; }
p { color: rgb(48,98,115); }
H1.HeaderClassName
{
color: #306273;
}
.AnyTagClassName
{
color: #306273;
}
</style>
background-color css
<style>
a { background-color: #306273; }
a { background-color: rgb(48,98,115); }
div.DivClassName
{
background-color: #306273;
}
.BgClassName
{
background-color: #306273;
}
</style>
border-color css
<style>
span { border-color: #306273; }
span { border-color: rgb(48,98,115); }
td.TdClassName
{
border-color: #306273;
}
.TagClassName
{
border-color: #306273;
}
</style>