Shades of Blumine #305B73
Tints of Blumine #305B73
RGB
CMYK
RGB Variations
Color information
#305B73 (or 0x305B73) is known color: Blumine. HEX triplet: 30, 5B and 73. RGB value is (48,91,115). Sum of RGB (Red+Green+Blue) = 48+91+115=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #305B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B73 is #CFA48C. Grayscale: #505050. Windows color (decimal): -13608077 or 7559984. OLE color: 7559984.
HSL color Cylindrical-coordinate representation of color #305B73: hue angle of 201.49º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305B73 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 91 | 115 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.55 |
| HSL | 201.49º | 0.41% | 0.32% | - |
| HSV(B) | 201.49º | 0.58% | 0.45% | - |
| XYZ | 8.05 | 9.35 | 17.6 | - |
| YUV | 80.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 115 | 0.58 | 0.21 | 0 | 0.55 | 201.49 | 0.41 | 0.32 |
| Hex | 30 | 5B | 73 | 3A | 15 | 0 | 37 | C9 | 29 | 20 |
| Octal | 60 | 133 | 163 | 72 | 25 | 0 | 67 | 311 | 51 | 40 |
| Binary | 110000 | 1011011 | 1110011 | 111010 | 10101 | 0 | 110111 | 11001001 | 101001 | 100000 |
Color Harmonies of #305B73
Complementary color
Monochromatic Colors of #305B73
Black with #305B73
Text Example
Text Example
White with #305B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B73; }
p { color: rgb(48,91,115); }
H1.HeaderClassName
{
color: #305B73;
}
.AnyTagClassName
{
color: #305B73;
}
</style>
background-color css
<style>
a { background-color: #305B73; }
a { background-color: rgb(48,91,115); }
div.DivClassName
{
background-color: #305B73;
}
.BgClassName
{
background-color: #305B73;
}
</style>
border-color css
<style>
span { border-color: #305B73; }
span { border-color: rgb(48,91,115); }
td.TdClassName
{
border-color: #305B73;
}
.TagClassName
{
border-color: #305B73;
}
</style>