Shades of Blumine #306574
Tints of Blumine #306574
RGB
CMYK
RGB Variations
Color information
#306574 (or 0x306574) is known color: Blumine. HEX triplet: 30, 65 and 74. RGB value is (48,101,116). Sum of RGB (Red+Green+Blue) = 48+101+116=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #306574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306574 is #CF9A8B. Grayscale: #565656. Windows color (decimal): -13605516 or 7628080. OLE color: 7628080.
HSL color Cylindrical-coordinate representation of color #306574: hue angle of 193.24º 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 #306574 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 101 | 116 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.55 |
| HSL | 193.24º | 0.41% | 0.32% | - |
| HSV(B) | 193.24º | 0.59% | 0.45% | - |
| XYZ | 9.02 | 11.2 | 18.21 | - |
| YUV | 86.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 116 | 0.59 | 0.13 | 0 | 0.55 | 193.24 | 0.41 | 0.32 |
| Hex | 30 | 65 | 74 | 3B | D | 0 | 37 | C1 | 29 | 20 |
| Octal | 60 | 145 | 164 | 73 | 15 | 0 | 67 | 301 | 51 | 40 |
| Binary | 110000 | 1100101 | 1110100 | 111011 | 1101 | 0 | 110111 | 11000001 | 101001 | 100000 |
Color Harmonies of #306574
Complementary color
Monochromatic Colors of #306574
Black with #306574
Text Example
Text Example
White with #306574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306574; }
p { color: rgb(48,101,116); }
H1.HeaderClassName
{
color: #306574;
}
.AnyTagClassName
{
color: #306574;
}
</style>
background-color css
<style>
a { background-color: #306574; }
a { background-color: rgb(48,101,116); }
div.DivClassName
{
background-color: #306574;
}
.BgClassName
{
background-color: #306574;
}
</style>
border-color css
<style>
span { border-color: #306574; }
span { border-color: rgb(48,101,116); }
td.TdClassName
{
border-color: #306574;
}
.TagClassName
{
border-color: #306574;
}
</style>