Shades of Blumine #305E67
Tints of Blumine #305E67
RGB
CMYK
RGB Variations
Color information
#305E67 (or 0x305E67) is known color: Blumine. HEX triplet: 30, 5E and 67. RGB value is (48,94,103). Sum of RGB (Red+Green+Blue) = 48+94+103=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #305E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E67 is #CFA198. Grayscale: #515151. Windows color (decimal): -13607321 or 6774320. OLE color: 6774320.
HSL color Cylindrical-coordinate representation of color #305E67: hue angle of 189.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305E67 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 94 | 103 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.60 |
| HSL | 189.82º | 0.36% | 0.3% | - |
| HSV(B) | 189.82º | 0.53% | 0.4% | - |
| XYZ | 7.67 | 9.61 | 14.28 | - |
| YUV | 81.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 103 | 0.53 | 0.09 | 0 | 0.60 | 189.82 | 0.36 | 0.3 |
| Hex | 30 | 5E | 67 | 35 | 9 | 0 | 3C | BE | 24 | 1E |
| Octal | 60 | 136 | 147 | 65 | 11 | 0 | 74 | 276 | 44 | 36 |
| Binary | 110000 | 1011110 | 1100111 | 110101 | 1001 | 0 | 111100 | 10111110 | 100100 | 11110 |
Color Harmonies of #305E67
Complementary color
Monochromatic Colors of #305E67
Black with #305E67
Text Example
Text Example
White with #305E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E67; }
p { color: rgb(48,94,103); }
H1.HeaderClassName
{
color: #305E67;
}
.AnyTagClassName
{
color: #305E67;
}
</style>
background-color css
<style>
a { background-color: #305E67; }
a { background-color: rgb(48,94,103); }
div.DivClassName
{
background-color: #305E67;
}
.BgClassName
{
background-color: #305E67;
}
</style>
border-color css
<style>
span { border-color: #305E67; }
span { border-color: rgb(48,94,103); }
td.TdClassName
{
border-color: #305E67;
}
.TagClassName
{
border-color: #305E67;
}
</style>