Shades of Blumine #305D65
Tints of Blumine #305D65
RGB
CMYK
RGB Variations
Color information
#305D65 (or 0x305D65) is known color: Blumine. HEX triplet: 30, 5D and 65. RGB value is (48,93,101). Sum of RGB (Red+Green+Blue) = 48+93+101=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #305D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D65 is #CFA29A. Grayscale: #505050. Windows color (decimal): -13607579 or 6642992. OLE color: 6642992.
HSL color Cylindrical-coordinate representation of color #305D65: hue angle of 189.06º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305D65 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 93 | 101 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.60 |
| HSL | 189.06º | 0.36% | 0.29% | - |
| HSV(B) | 189.06º | 0.52% | 0.4% | - |
| XYZ | 7.48 | 9.4 | 13.73 | - |
| YUV | 80.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 101 | 0.52 | 0.08 | 0 | 0.60 | 189.06 | 0.36 | 0.29 |
| Hex | 30 | 5D | 65 | 34 | 8 | 0 | 3C | BD | 24 | 1D |
| Octal | 60 | 135 | 145 | 64 | 10 | 0 | 74 | 275 | 44 | 35 |
| Binary | 110000 | 1011101 | 1100101 | 110100 | 1000 | 0 | 111100 | 10111101 | 100100 | 11101 |
Color Harmonies of #305D65
Complementary color
Monochromatic Colors of #305D65
Black with #305D65
Text Example
Text Example
White with #305D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D65; }
p { color: rgb(48,93,101); }
H1.HeaderClassName
{
color: #305D65;
}
.AnyTagClassName
{
color: #305D65;
}
</style>
background-color css
<style>
a { background-color: #305D65; }
a { background-color: rgb(48,93,101); }
div.DivClassName
{
background-color: #305D65;
}
.BgClassName
{
background-color: #305D65;
}
</style>
border-color css
<style>
span { border-color: #305D65; }
span { border-color: rgb(48,93,101); }
td.TdClassName
{
border-color: #305D65;
}
.TagClassName
{
border-color: #305D65;
}
</style>