Shades of Blumine #306173
Tints of Blumine #306173
RGB
CMYK
RGB Variations
Color information
#306173 (or 0x306173) is known color: Blumine. HEX triplet: 30, 61 and 73. RGB value is (48,97,115). Sum of RGB (Red+Green+Blue) = 48+97+115=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #306173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306173 is #CF9E8C. Grayscale: #545454. Windows color (decimal): -13606541 or 7561520. OLE color: 7561520.
HSL color Cylindrical-coordinate representation of color #306173: hue angle of 196.12º 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 #306173 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 97 | 115 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.55 |
| HSL | 196.12º | 0.41% | 0.32% | - |
| HSV(B) | 196.12º | 0.58% | 0.45% | - |
| XYZ | 8.59 | 10.42 | 17.78 | - |
| YUV | 84.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 115 | 0.58 | 0.16 | 0 | 0.55 | 196.12 | 0.41 | 0.32 |
| Hex | 30 | 61 | 73 | 3A | 10 | 0 | 37 | C4 | 29 | 20 |
| Octal | 60 | 141 | 163 | 72 | 20 | 0 | 67 | 304 | 51 | 40 |
| Binary | 110000 | 1100001 | 1110011 | 111010 | 10000 | 0 | 110111 | 11000100 | 101001 | 100000 |
Color Harmonies of #306173
Complementary color
Monochromatic Colors of #306173
Black with #306173
Text Example
Text Example
White with #306173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306173; }
p { color: rgb(48,97,115); }
H1.HeaderClassName
{
color: #306173;
}
.AnyTagClassName
{
color: #306173;
}
</style>
background-color css
<style>
a { background-color: #306173; }
a { background-color: rgb(48,97,115); }
div.DivClassName
{
background-color: #306173;
}
.BgClassName
{
background-color: #306173;
}
</style>
border-color css
<style>
span { border-color: #306173; }
span { border-color: rgb(48,97,115); }
td.TdClassName
{
border-color: #306173;
}
.TagClassName
{
border-color: #306173;
}
</style>