Shades of Blumine #305E6D
Tints of Blumine #305E6D
RGB
CMYK
RGB Variations
Color information
#305E6D (or 0x305E6D) is known color: Blumine. HEX triplet: 30, 5E and 6D. RGB value is (48,94,109). Sum of RGB (Red+Green+Blue) = 48+94+109=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #305E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E6D is #CFA192. Grayscale: #515151. Windows color (decimal): -13607315 or 7167536. OLE color: 7167536.
HSL color Cylindrical-coordinate representation of color #305E6D: hue angle of 194.75º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #305E6D is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 94 | 109 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.57 |
| HSL | 194.75º | 0.39% | 0.31% | - |
| HSV(B) | 194.75º | 0.56% | 0.43% | - |
| XYZ | 7.98 | 9.74 | 15.93 | - |
| YUV | 81.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 109 | 0.56 | 0.14 | 0 | 0.57 | 194.75 | 0.39 | 0.31 |
| Hex | 30 | 5E | 6D | 38 | E | 0 | 39 | C3 | 27 | 1F |
| Octal | 60 | 136 | 155 | 70 | 16 | 0 | 71 | 303 | 47 | 37 |
| Binary | 110000 | 1011110 | 1101101 | 111000 | 1110 | 0 | 111001 | 11000011 | 100111 | 11111 |
Color Harmonies of #305E6D
Complementary color
Monochromatic Colors of #305E6D
Black with #305E6D
Text Example
Text Example
White with #305E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305E6D; }
p { color: rgb(48,94,109); }
H1.HeaderClassName
{
color: #305E6D;
}
.AnyTagClassName
{
color: #305E6D;
}
</style>
background-color css
<style>
a { background-color: #305E6D; }
a { background-color: rgb(48,94,109); }
div.DivClassName
{
background-color: #305E6D;
}
.BgClassName
{
background-color: #305E6D;
}
</style>
border-color css
<style>
span { border-color: #305E6D; }
span { border-color: rgb(48,94,109); }
td.TdClassName
{
border-color: #305E6D;
}
.TagClassName
{
border-color: #305E6D;
}
</style>