Shades of Blumine #355871
Tints of Blumine #355871
RGB
CMYK
RGB Variations
Color information
#355871 (or 0x355871) is known color: Blumine. HEX triplet: 35, 58 and 71. RGB value is (53,88,113). Sum of RGB (Red+Green+Blue) = 53+88+113=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #355871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355871 is #CAA78E. Grayscale: #505050. Windows color (decimal): -13281167 or 7428149. OLE color: 7428149.
HSL color Cylindrical-coordinate representation of color #355871: hue angle of 205º 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 #355871 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 88 | 113 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.56 |
| HSL | 205º | 0.36% | 0.33% | - |
| HSV(B) | 205º | 0.53% | 0.44% | - |
| XYZ | 7.94 | 8.93 | 16.93 | - |
| YUV | 80.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 113 | 0.53 | 0.22 | 0 | 0.56 | 205 | 0.36 | 0.33 |
| Hex | 35 | 58 | 71 | 35 | 16 | 0 | 38 | CD | 24 | 21 |
| Octal | 65 | 130 | 161 | 65 | 26 | 0 | 70 | 315 | 44 | 41 |
| Binary | 110101 | 1011000 | 1110001 | 110101 | 10110 | 0 | 111000 | 11001101 | 100100 | 100001 |
Color Harmonies of #355871
Complementary color
Monochromatic Colors of #355871
Black with #355871
Text Example
Text Example
White with #355871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355871; }
p { color: rgb(53,88,113); }
H1.HeaderClassName
{
color: #355871;
}
.AnyTagClassName
{
color: #355871;
}
</style>
background-color css
<style>
a { background-color: #355871; }
a { background-color: rgb(53,88,113); }
div.DivClassName
{
background-color: #355871;
}
.BgClassName
{
background-color: #355871;
}
</style>
border-color css
<style>
span { border-color: #355871; }
span { border-color: rgb(53,88,113); }
td.TdClassName
{
border-color: #355871;
}
.TagClassName
{
border-color: #355871;
}
</style>