Shades of Blumine #305D6D
Tints of Blumine #305D6D
RGB
CMYK
RGB Variations
Color information
#305D6D (or 0x305D6D) is known color: Blumine. HEX triplet: 30, 5D and 6D. RGB value is (48,93,109). Sum of RGB (Red+Green+Blue) = 48+93+109=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #305D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D6D is #CFA292. Grayscale: #515151. Windows color (decimal): -13607571 or 7167280. OLE color: 7167280.
HSL color Cylindrical-coordinate representation of color #305D6D: hue angle of 195.74º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #305D6D is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 93 | 109 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.57 |
| HSL | 195.74º | 0.39% | 0.31% | - |
| HSV(B) | 195.74º | 0.56% | 0.43% | - |
| XYZ | 7.89 | 9.56 | 15.9 | - |
| YUV | 81.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 109 | 0.56 | 0.15 | 0 | 0.57 | 195.74 | 0.39 | 0.31 |
| Hex | 30 | 5D | 6D | 38 | F | 0 | 39 | C4 | 27 | 1F |
| Octal | 60 | 135 | 155 | 70 | 17 | 0 | 71 | 304 | 47 | 37 |
| Binary | 110000 | 1011101 | 1101101 | 111000 | 1111 | 0 | 111001 | 11000100 | 100111 | 11111 |
Color Harmonies of #305D6D
Complementary color
Monochromatic Colors of #305D6D
Black with #305D6D
Text Example
Text Example
White with #305D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D6D; }
p { color: rgb(48,93,109); }
H1.HeaderClassName
{
color: #305D6D;
}
.AnyTagClassName
{
color: #305D6D;
}
</style>
background-color css
<style>
a { background-color: #305D6D; }
a { background-color: rgb(48,93,109); }
div.DivClassName
{
background-color: #305D6D;
}
.BgClassName
{
background-color: #305D6D;
}
</style>
border-color css
<style>
span { border-color: #305D6D; }
span { border-color: rgb(48,93,109); }
td.TdClassName
{
border-color: #305D6D;
}
.TagClassName
{
border-color: #305D6D;
}
</style>