Shades of Blumine #305864
Tints of Blumine #305864
RGB
CMYK
RGB Variations
Color information
#305864 (or 0x305864) is known color: Blumine. HEX triplet: 30, 58 and 64. RGB value is (48,88,100). Sum of RGB (Red+Green+Blue) = 48+88+100=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 100 - color contains mainly: blue. Hex color #305864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305864 is #CFA79B. Grayscale: #4D4D4D. Windows color (decimal): -13608860 or 6576176. OLE color: 6576176.
HSL color Cylindrical-coordinate representation of color #305864: hue angle of 193.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305864 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 88 | 100 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.61 |
| HSL | 193.85º | 0.35% | 0.29% | - |
| HSV(B) | 193.85º | 0.52% | 0.39% | - |
| XYZ | 7.01 | 8.53 | 13.33 | - |
| YUV | 77.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 100 | 0.52 | 0.12 | 0 | 0.61 | 193.85 | 0.35 | 0.29 |
| Hex | 30 | 58 | 64 | 34 | C | 0 | 3D | C2 | 23 | 1D |
| Octal | 60 | 130 | 144 | 64 | 14 | 0 | 75 | 302 | 43 | 35 |
| Binary | 110000 | 1011000 | 1100100 | 110100 | 1100 | 0 | 111101 | 11000010 | 100011 | 11101 |
Color Harmonies of #305864
Complementary color
Monochromatic Colors of #305864
Black with #305864
Text Example
Text Example
White with #305864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305864; }
p { color: rgb(48,88,100); }
H1.HeaderClassName
{
color: #305864;
}
.AnyTagClassName
{
color: #305864;
}
</style>
background-color css
<style>
a { background-color: #305864; }
a { background-color: rgb(48,88,100); }
div.DivClassName
{
background-color: #305864;
}
.BgClassName
{
background-color: #305864;
}
</style>
border-color css
<style>
span { border-color: #305864; }
span { border-color: rgb(48,88,100); }
td.TdClassName
{
border-color: #305864;
}
.TagClassName
{
border-color: #305864;
}
</style>