Shades of Blumine #305C6A
Tints of Blumine #305C6A
RGB
CMYK
RGB Variations
Color information
#305C6A (or 0x305C6A) is known color: Blumine. HEX triplet: 30, 5C and 6A. RGB value is (48,92,106). Sum of RGB (Red+Green+Blue) = 48+92+106=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #305C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C6A is #CFA395. Grayscale: #505050. Windows color (decimal): -13607830 or 6970416. OLE color: 6970416.
HSL color Cylindrical-coordinate representation of color #305C6A: hue angle of 194.48º 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 #305C6A is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 92 | 106 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.58 |
| HSL | 194.48º | 0.38% | 0.3% | - |
| HSV(B) | 194.48º | 0.55% | 0.42% | - |
| XYZ | 7.65 | 9.32 | 15.03 | - |
| YUV | 80.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 106 | 0.55 | 0.13 | 0 | 0.58 | 194.48 | 0.38 | 0.3 |
| Hex | 30 | 5C | 6A | 37 | D | 0 | 3A | C2 | 26 | 1E |
| Octal | 60 | 134 | 152 | 67 | 15 | 0 | 72 | 302 | 46 | 36 |
| Binary | 110000 | 1011100 | 1101010 | 110111 | 1101 | 0 | 111010 | 11000010 | 100110 | 11110 |
Color Harmonies of #305C6A
Complementary color
Monochromatic Colors of #305C6A
Black with #305C6A
Text Example
Text Example
White with #305C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C6A; }
p { color: rgb(48,92,106); }
H1.HeaderClassName
{
color: #305C6A;
}
.AnyTagClassName
{
color: #305C6A;
}
</style>
background-color css
<style>
a { background-color: #305C6A; }
a { background-color: rgb(48,92,106); }
div.DivClassName
{
background-color: #305C6A;
}
.BgClassName
{
background-color: #305C6A;
}
</style>
border-color css
<style>
span { border-color: #305C6A; }
span { border-color: rgb(48,92,106); }
td.TdClassName
{
border-color: #305C6A;
}
.TagClassName
{
border-color: #305C6A;
}
</style>