Shades of Blumine #305C73
Tints of Blumine #305C73
RGB
CMYK
RGB Variations
Color information
#305C73 (or 0x305C73) is known color: Blumine. HEX triplet: 30, 5C and 73. RGB value is (48,92,115). Sum of RGB (Red+Green+Blue) = 48+92+115=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #305C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C73 is #CFA38C. Grayscale: #515151. Windows color (decimal): -13607821 or 7560240. OLE color: 7560240.
HSL color Cylindrical-coordinate representation of color #305C73: hue angle of 200.6º 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 #305C73 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 92 | 115 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.55 |
| HSL | 200.6º | 0.41% | 0.32% | - |
| HSV(B) | 200.6º | 0.58% | 0.45% | - |
| XYZ | 8.14 | 9.52 | 17.63 | - |
| YUV | 81.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 115 | 0.58 | 0.20 | 0 | 0.55 | 200.6 | 0.41 | 0.32 |
| Hex | 30 | 5C | 73 | 3A | 14 | 0 | 37 | C9 | 29 | 20 |
| Octal | 60 | 134 | 163 | 72 | 24 | 0 | 67 | 311 | 51 | 40 |
| Binary | 110000 | 1011100 | 1110011 | 111010 | 10100 | 0 | 110111 | 11001001 | 101001 | 100000 |
Color Harmonies of #305C73
Complementary color
Monochromatic Colors of #305C73
Black with #305C73
Text Example
Text Example
White with #305C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C73; }
p { color: rgb(48,92,115); }
H1.HeaderClassName
{
color: #305C73;
}
.AnyTagClassName
{
color: #305C73;
}
</style>
background-color css
<style>
a { background-color: #305C73; }
a { background-color: rgb(48,92,115); }
div.DivClassName
{
background-color: #305C73;
}
.BgClassName
{
background-color: #305C73;
}
</style>
border-color css
<style>
span { border-color: #305C73; }
span { border-color: rgb(48,92,115); }
td.TdClassName
{
border-color: #305C73;
}
.TagClassName
{
border-color: #305C73;
}
</style>