Shades of Blumine #305D64
Tints of Blumine #305D64
RGB
CMYK
RGB Variations
Color information
#305D64 (or 0x305D64) is known color: Blumine. HEX triplet: 30, 5D and 64. RGB value is (48,93,100). Sum of RGB (Red+Green+Blue) = 48+93+100=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: blue. Hex color #305D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D64 is #CFA29B. Grayscale: #505050. Windows color (decimal): -13607580 or 6577456. OLE color: 6577456.
HSL color Cylindrical-coordinate representation of color #305D64: hue angle of 188.08º 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 #305D64 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 93 | 100 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.61 |
| HSL | 188.08º | 0.35% | 0.29% | - |
| HSV(B) | 188.08º | 0.52% | 0.39% | - |
| XYZ | 7.43 | 9.38 | 13.47 | - |
| YUV | 80.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 100 | 0.52 | 0.07 | 0 | 0.61 | 188.08 | 0.35 | 0.29 |
| Hex | 30 | 5D | 64 | 34 | 7 | 0 | 3D | BC | 23 | 1D |
| Octal | 60 | 135 | 144 | 64 | 7 | 0 | 75 | 274 | 43 | 35 |
| Binary | 110000 | 1011101 | 1100100 | 110100 | 111 | 0 | 111101 | 10111100 | 100011 | 11101 |
Color Harmonies of #305D64
Complementary color
Monochromatic Colors of #305D64
Black with #305D64
Text Example
Text Example
White with #305D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D64; }
p { color: rgb(48,93,100); }
H1.HeaderClassName
{
color: #305D64;
}
.AnyTagClassName
{
color: #305D64;
}
</style>
background-color css
<style>
a { background-color: #305D64; }
a { background-color: rgb(48,93,100); }
div.DivClassName
{
background-color: #305D64;
}
.BgClassName
{
background-color: #305D64;
}
</style>
border-color css
<style>
span { border-color: #305D64; }
span { border-color: rgb(48,93,100); }
td.TdClassName
{
border-color: #305D64;
}
.TagClassName
{
border-color: #305D64;
}
</style>