Shades of Blumine #305C68
Tints of Blumine #305C68
RGB
CMYK
RGB Variations
Color information
#305C68 (or 0x305C68) is known color: Blumine. HEX triplet: 30, 5C and 68. RGB value is (48,92,104). Sum of RGB (Red+Green+Blue) = 48+92+104=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #305C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C68 is #CFA397. Grayscale: #505050. Windows color (decimal): -13607832 or 6839344. OLE color: 6839344.
HSL color Cylindrical-coordinate representation of color #305C68: hue angle of 192.86º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305C68 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 92 | 104 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.59 |
| HSL | 192.86º | 0.37% | 0.3% | - |
| HSV(B) | 192.86º | 0.54% | 0.41% | - |
| XYZ | 7.54 | 9.28 | 14.49 | - |
| YUV | 80.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 104 | 0.54 | 0.12 | 0 | 0.59 | 192.86 | 0.37 | 0.3 |
| Hex | 30 | 5C | 68 | 36 | C | 0 | 3B | C1 | 25 | 1E |
| Octal | 60 | 134 | 150 | 66 | 14 | 0 | 73 | 301 | 45 | 36 |
| Binary | 110000 | 1011100 | 1101000 | 110110 | 1100 | 0 | 111011 | 11000001 | 100101 | 11110 |
Color Harmonies of #305C68
Complementary color
Monochromatic Colors of #305C68
Black with #305C68
Text Example
Text Example
White with #305C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C68; }
p { color: rgb(48,92,104); }
H1.HeaderClassName
{
color: #305C68;
}
.AnyTagClassName
{
color: #305C68;
}
</style>
background-color css
<style>
a { background-color: #305C68; }
a { background-color: rgb(48,92,104); }
div.DivClassName
{
background-color: #305C68;
}
.BgClassName
{
background-color: #305C68;
}
</style>
border-color css
<style>
span { border-color: #305C68; }
span { border-color: rgb(48,92,104); }
td.TdClassName
{
border-color: #305C68;
}
.TagClassName
{
border-color: #305C68;
}
</style>