Shades of Blumine #356271
Tints of Blumine #356271
RGB
CMYK
RGB Variations
Color information
#356271 (or 0x356271) is known color: Blumine. HEX triplet: 35, 62 and 71. RGB value is (53,98,113). Sum of RGB (Red+Green+Blue) = 53+98+113=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #356271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356271 is #CA9D8E. Grayscale: #565656. Windows color (decimal): -13278607 or 7430709. OLE color: 7430709.
HSL color Cylindrical-coordinate representation of color #356271: hue angle of 195º 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 #356271 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 98 | 113 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.56 |
| HSL | 195º | 0.36% | 0.33% | - |
| HSV(B) | 195º | 0.53% | 0.44% | - |
| XYZ | 8.82 | 10.68 | 17.22 | - |
| YUV | 86.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 113 | 0.53 | 0.13 | 0 | 0.56 | 195 | 0.36 | 0.33 |
| Hex | 35 | 62 | 71 | 35 | D | 0 | 38 | C3 | 24 | 21 |
| Octal | 65 | 142 | 161 | 65 | 15 | 0 | 70 | 303 | 44 | 41 |
| Binary | 110101 | 1100010 | 1110001 | 110101 | 1101 | 0 | 111000 | 11000011 | 100100 | 100001 |
Color Harmonies of #356271
Complementary color
Monochromatic Colors of #356271
Black with #356271
Text Example
Text Example
White with #356271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356271; }
p { color: rgb(53,98,113); }
H1.HeaderClassName
{
color: #356271;
}
.AnyTagClassName
{
color: #356271;
}
</style>
background-color css
<style>
a { background-color: #356271; }
a { background-color: rgb(53,98,113); }
div.DivClassName
{
background-color: #356271;
}
.BgClassName
{
background-color: #356271;
}
</style>
border-color css
<style>
span { border-color: #356271; }
span { border-color: rgb(53,98,113); }
td.TdClassName
{
border-color: #356271;
}
.TagClassName
{
border-color: #356271;
}
</style>