Shades of Blumine #356772
Tints of Blumine #356772
RGB
CMYK
RGB Variations
Color information
#356772 (or 0x356772) is known color: Blumine. HEX triplet: 35, 67 and 72. RGB value is (53,103,114). Sum of RGB (Red+Green+Blue) = 53+103+114=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #356772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356772 is #CA988D. Grayscale: #595959. Windows color (decimal): -13277326 or 7497525. OLE color: 7497525.
HSL color Cylindrical-coordinate representation of color #356772: hue angle of 190.82º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356772 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 103 | 114 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.55 |
| HSL | 190.82º | 0.37% | 0.33% | - |
| HSV(B) | 190.82º | 0.54% | 0.45% | - |
| XYZ | 9.36 | 11.67 | 17.68 | - |
| YUV | 89.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 114 | 0.54 | 0.10 | 0 | 0.55 | 190.82 | 0.37 | 0.33 |
| Hex | 35 | 67 | 72 | 36 | A | 0 | 37 | BF | 25 | 21 |
| Octal | 65 | 147 | 162 | 66 | 12 | 0 | 67 | 277 | 45 | 41 |
| Binary | 110101 | 1100111 | 1110010 | 110110 | 1010 | 0 | 110111 | 10111111 | 100101 | 100001 |
Color Harmonies of #356772
Complementary color
Monochromatic Colors of #356772
Black with #356772
Text Example
Text Example
White with #356772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356772; }
p { color: rgb(53,103,114); }
H1.HeaderClassName
{
color: #356772;
}
.AnyTagClassName
{
color: #356772;
}
</style>
background-color css
<style>
a { background-color: #356772; }
a { background-color: rgb(53,103,114); }
div.DivClassName
{
background-color: #356772;
}
.BgClassName
{
background-color: #356772;
}
</style>
border-color css
<style>
span { border-color: #356772; }
span { border-color: rgb(53,103,114); }
td.TdClassName
{
border-color: #356772;
}
.TagClassName
{
border-color: #356772;
}
</style>