Shades of Blumine #356771
Tints of Blumine #356771
RGB
CMYK
RGB Variations
Color information
#356771 (or 0x356771) is known color: Blumine. HEX triplet: 35, 67 and 71. RGB value is (53,103,113). Sum of RGB (Red+Green+Blue) = 53+103+113=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #356771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356771 is #CA988E. Grayscale: #595959. Windows color (decimal): -13277327 or 7431989. OLE color: 7431989.
HSL color Cylindrical-coordinate representation of color #356771: hue angle of 190º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356771 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 103 | 113 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.56 |
| HSL | 190º | 0.36% | 0.33% | - |
| HSV(B) | 190º | 0.53% | 0.44% | - |
| XYZ | 9.3 | 11.65 | 17.38 | - |
| YUV | 89.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 113 | 0.53 | 0.09 | 0 | 0.56 | 190 | 0.36 | 0.33 |
| Hex | 35 | 67 | 71 | 35 | 9 | 0 | 38 | BE | 24 | 21 |
| Octal | 65 | 147 | 161 | 65 | 11 | 0 | 70 | 276 | 44 | 41 |
| Binary | 110101 | 1100111 | 1110001 | 110101 | 1001 | 0 | 111000 | 10111110 | 100100 | 100001 |
Color Harmonies of #356771
Complementary color
Monochromatic Colors of #356771
Black with #356771
Text Example
Text Example
White with #356771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356771; }
p { color: rgb(53,103,113); }
H1.HeaderClassName
{
color: #356771;
}
.AnyTagClassName
{
color: #356771;
}
</style>
background-color css
<style>
a { background-color: #356771; }
a { background-color: rgb(53,103,113); }
div.DivClassName
{
background-color: #356771;
}
.BgClassName
{
background-color: #356771;
}
</style>
border-color css
<style>
span { border-color: #356771; }
span { border-color: rgb(53,103,113); }
td.TdClassName
{
border-color: #356771;
}
.TagClassName
{
border-color: #356771;
}
</style>