Shades of Blumine #305C74
Tints of Blumine #305C74
RGB
CMYK
RGB Variations
Color information
#305C74 (or 0x305C74) is known color: Blumine. HEX triplet: 30, 5C and 74. RGB value is (48,92,116). Sum of RGB (Red+Green+Blue) = 48+92+116=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #305C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C74 is #CFA38B. Grayscale: #515151. Windows color (decimal): -13607820 or 7625776. OLE color: 7625776.
HSL color Cylindrical-coordinate representation of color #305C74: hue angle of 201.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305C74 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 92 | 116 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.55 |
| HSL | 201.18º | 0.41% | 0.32% | - |
| HSV(B) | 201.18º | 0.59% | 0.45% | - |
| XYZ | 8.2 | 9.54 | 17.93 | - |
| YUV | 81.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 116 | 0.59 | 0.21 | 0 | 0.55 | 201.18 | 0.41 | 0.32 |
| Hex | 30 | 5C | 74 | 3B | 15 | 0 | 37 | C9 | 29 | 20 |
| Octal | 60 | 134 | 164 | 73 | 25 | 0 | 67 | 311 | 51 | 40 |
| Binary | 110000 | 1011100 | 1110100 | 111011 | 10101 | 0 | 110111 | 11001001 | 101001 | 100000 |
Color Harmonies of #305C74
Complementary color
Monochromatic Colors of #305C74
Black with #305C74
Text Example
Text Example
White with #305C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C74; }
p { color: rgb(48,92,116); }
H1.HeaderClassName
{
color: #305C74;
}
.AnyTagClassName
{
color: #305C74;
}
</style>
background-color css
<style>
a { background-color: #305C74; }
a { background-color: rgb(48,92,116); }
div.DivClassName
{
background-color: #305C74;
}
.BgClassName
{
background-color: #305C74;
}
</style>
border-color css
<style>
span { border-color: #305C74; }
span { border-color: rgb(48,92,116); }
td.TdClassName
{
border-color: #305C74;
}
.TagClassName
{
border-color: #305C74;
}
</style>