Shades of Blumine #305A6D
Tints of Blumine #305A6D
RGB
CMYK
RGB Variations
Color information
#305A6D (or 0x305A6D) is known color: Blumine. HEX triplet: 30, 5A and 6D. RGB value is (48,90,109). Sum of RGB (Red+Green+Blue) = 48+90+109=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #305A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A6D is #CFA592. Grayscale: #4F4F4F. Windows color (decimal): -13608339 or 7166512. OLE color: 7166512.
HSL color Cylindrical-coordinate representation of color #305A6D: hue angle of 198.69º 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 #305A6D is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 90 | 109 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.57 |
| HSL | 198.69º | 0.39% | 0.31% | - |
| HSV(B) | 198.69º | 0.56% | 0.43% | - |
| XYZ | 7.64 | 9.04 | 15.81 | - |
| YUV | 79.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 109 | 0.56 | 0.17 | 0 | 0.57 | 198.69 | 0.39 | 0.31 |
| Hex | 30 | 5A | 6D | 38 | 11 | 0 | 39 | C7 | 27 | 1F |
| Octal | 60 | 132 | 155 | 70 | 21 | 0 | 71 | 307 | 47 | 37 |
| Binary | 110000 | 1011010 | 1101101 | 111000 | 10001 | 0 | 111001 | 11000111 | 100111 | 11111 |
Color Harmonies of #305A6D
Complementary color
Monochromatic Colors of #305A6D
Black with #305A6D
Text Example
Text Example
White with #305A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A6D; }
p { color: rgb(48,90,109); }
H1.HeaderClassName
{
color: #305A6D;
}
.AnyTagClassName
{
color: #305A6D;
}
</style>
background-color css
<style>
a { background-color: #305A6D; }
a { background-color: rgb(48,90,109); }
div.DivClassName
{
background-color: #305A6D;
}
.BgClassName
{
background-color: #305A6D;
}
</style>
border-color css
<style>
span { border-color: #305A6D; }
span { border-color: rgb(48,90,109); }
td.TdClassName
{
border-color: #305A6D;
}
.TagClassName
{
border-color: #305A6D;
}
</style>