Shades of Blumine #305F6A
Tints of Blumine #305F6A
RGB
CMYK
RGB Variations
Color information
#305F6A (or 0x305F6A) is known color: Blumine. HEX triplet: 30, 5F and 6A. RGB value is (48,95,106). Sum of RGB (Red+Green+Blue) = 48+95+106=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #305F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F6A is #CFA095. Grayscale: #525252. Windows color (decimal): -13607062 or 6971184. OLE color: 6971184.
HSL color Cylindrical-coordinate representation of color #305F6A: hue angle of 191.38º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #305F6A is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 95 | 106 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.58 |
| HSL | 191.38º | 0.38% | 0.3% | - |
| HSV(B) | 191.38º | 0.55% | 0.42% | - |
| XYZ | 7.91 | 9.85 | 15.12 | - |
| YUV | 82.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 106 | 0.55 | 0.10 | 0 | 0.58 | 191.38 | 0.38 | 0.3 |
| Hex | 30 | 5F | 6A | 37 | A | 0 | 3A | BF | 26 | 1E |
| Octal | 60 | 137 | 152 | 67 | 12 | 0 | 72 | 277 | 46 | 36 |
| Binary | 110000 | 1011111 | 1101010 | 110111 | 1010 | 0 | 111010 | 10111111 | 100110 | 11110 |
Color Harmonies of #305F6A
Complementary color
Monochromatic Colors of #305F6A
Black with #305F6A
Text Example
Text Example
White with #305F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305F6A; }
p { color: rgb(48,95,106); }
H1.HeaderClassName
{
color: #305F6A;
}
.AnyTagClassName
{
color: #305F6A;
}
</style>
background-color css
<style>
a { background-color: #305F6A; }
a { background-color: rgb(48,95,106); }
div.DivClassName
{
background-color: #305F6A;
}
.BgClassName
{
background-color: #305F6A;
}
</style>
border-color css
<style>
span { border-color: #305F6A; }
span { border-color: rgb(48,95,106); }
td.TdClassName
{
border-color: #305F6A;
}
.TagClassName
{
border-color: #305F6A;
}
</style>