Shades of Blumine #355C71
Tints of Blumine #355C71
RGB
CMYK
RGB Variations
Color information
#355C71 (or 0x355C71) is known color: Blumine. HEX triplet: 35, 5C and 71. RGB value is (53,92,113). Sum of RGB (Red+Green+Blue) = 53+92+113=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #355C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C71 is #CAA38E. Grayscale: #525252. Windows color (decimal): -13280143 or 7429173. OLE color: 7429173.
HSL color Cylindrical-coordinate representation of color #355C71: hue angle of 201º 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 #355C71 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 92 | 113 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.56 |
| HSL | 201º | 0.36% | 0.33% | - |
| HSV(B) | 201º | 0.53% | 0.44% | - |
| XYZ | 8.28 | 9.6 | 17.04 | - |
| YUV | 82.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 113 | 0.53 | 0.19 | 0 | 0.56 | 201 | 0.36 | 0.33 |
| Hex | 35 | 5C | 71 | 35 | 13 | 0 | 38 | C9 | 24 | 21 |
| Octal | 65 | 134 | 161 | 65 | 23 | 0 | 70 | 311 | 44 | 41 |
| Binary | 110101 | 1011100 | 1110001 | 110101 | 10011 | 0 | 111000 | 11001001 | 100100 | 100001 |
Color Harmonies of #355C71
Complementary color
Monochromatic Colors of #355C71
Black with #355C71
Text Example
Text Example
White with #355C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C71; }
p { color: rgb(53,92,113); }
H1.HeaderClassName
{
color: #355C71;
}
.AnyTagClassName
{
color: #355C71;
}
</style>
background-color css
<style>
a { background-color: #355C71; }
a { background-color: rgb(53,92,113); }
div.DivClassName
{
background-color: #355C71;
}
.BgClassName
{
background-color: #355C71;
}
</style>
border-color css
<style>
span { border-color: #355C71; }
span { border-color: rgb(53,92,113); }
td.TdClassName
{
border-color: #355C71;
}
.TagClassName
{
border-color: #355C71;
}
</style>