Shades of Blumine #306575
Tints of Blumine #306575
RGB
CMYK
RGB Variations
Color information
#306575 (or 0x306575) is known color: Blumine. HEX triplet: 30, 65 and 75. RGB value is (48,101,117). Sum of RGB (Red+Green+Blue) = 48+101+117=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #306575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306575 is #CF9A8A. Grayscale: #565656. Windows color (decimal): -13605515 or 7693616. OLE color: 7693616.
HSL color Cylindrical-coordinate representation of color #306575: hue angle of 193.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306575 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 101 | 117 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.54 |
| HSL | 193.91º | 0.42% | 0.32% | - |
| HSV(B) | 193.91º | 0.59% | 0.46% | - |
| XYZ | 9.08 | 11.22 | 18.52 | - |
| YUV | 86.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 117 | 0.59 | 0.14 | 0 | 0.54 | 193.91 | 0.42 | 0.32 |
| Hex | 30 | 65 | 75 | 3B | E | 0 | 36 | C2 | 2A | 20 |
| Octal | 60 | 145 | 165 | 73 | 16 | 0 | 66 | 302 | 52 | 40 |
| Binary | 110000 | 1100101 | 1110101 | 111011 | 1110 | 0 | 110110 | 11000010 | 101010 | 100000 |
Color Harmonies of #306575
Complementary color
Monochromatic Colors of #306575
Black with #306575
Text Example
Text Example
White with #306575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306575; }
p { color: rgb(48,101,117); }
H1.HeaderClassName
{
color: #306575;
}
.AnyTagClassName
{
color: #306575;
}
</style>
background-color css
<style>
a { background-color: #306575; }
a { background-color: rgb(48,101,117); }
div.DivClassName
{
background-color: #306575;
}
.BgClassName
{
background-color: #306575;
}
</style>
border-color css
<style>
span { border-color: #306575; }
span { border-color: rgb(48,101,117); }
td.TdClassName
{
border-color: #306575;
}
.TagClassName
{
border-color: #306575;
}
</style>