Shades of Blumine #355971
Tints of Blumine #355971
RGB
CMYK
RGB Variations
Color information
#355971 (or 0x355971) is known color: Blumine. HEX triplet: 35, 59 and 71. RGB value is (53,89,113). Sum of RGB (Red+Green+Blue) = 53+89+113=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #355971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355971 is #CAA68E. Grayscale: #505050. Windows color (decimal): -13280911 or 7428405. OLE color: 7428405.
HSL color Cylindrical-coordinate representation of color #355971: hue angle of 204º 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 #355971 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 89 | 113 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.56 |
| HSL | 204º | 0.36% | 0.33% | - |
| HSV(B) | 204º | 0.53% | 0.44% | - |
| XYZ | 8.02 | 9.09 | 16.96 | - |
| YUV | 80.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 113 | 0.53 | 0.21 | 0 | 0.56 | 204 | 0.36 | 0.33 |
| Hex | 35 | 59 | 71 | 35 | 15 | 0 | 38 | CC | 24 | 21 |
| Octal | 65 | 131 | 161 | 65 | 25 | 0 | 70 | 314 | 44 | 41 |
| Binary | 110101 | 1011001 | 1110001 | 110101 | 10101 | 0 | 111000 | 11001100 | 100100 | 100001 |
Color Harmonies of #355971
Complementary color
Monochromatic Colors of #355971
Black with #355971
Text Example
Text Example
White with #355971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355971; }
p { color: rgb(53,89,113); }
H1.HeaderClassName
{
color: #355971;
}
.AnyTagClassName
{
color: #355971;
}
</style>
background-color css
<style>
a { background-color: #355971; }
a { background-color: rgb(53,89,113); }
div.DivClassName
{
background-color: #355971;
}
.BgClassName
{
background-color: #355971;
}
</style>
border-color css
<style>
span { border-color: #355971; }
span { border-color: rgb(53,89,113); }
td.TdClassName
{
border-color: #355971;
}
.TagClassName
{
border-color: #355971;
}
</style>