Shades of Blumine #355D71
Tints of Blumine #355D71
RGB
CMYK
RGB Variations
Color information
#355D71 (or 0x355D71) is known color: Blumine. HEX triplet: 35, 5D and 71. RGB value is (53,93,113). Sum of RGB (Red+Green+Blue) = 53+93+113=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #355D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D71 is #CAA28E. Grayscale: #535353. Windows color (decimal): -13279887 or 7429429. OLE color: 7429429.
HSL color Cylindrical-coordinate representation of color #355D71: hue angle of 200º 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 #355D71 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 93 | 113 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.56 |
| HSL | 200º | 0.36% | 0.33% | - |
| HSV(B) | 200º | 0.53% | 0.44% | - |
| XYZ | 8.36 | 9.78 | 17.07 | - |
| YUV | 83.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 113 | 0.53 | 0.18 | 0 | 0.56 | 200 | 0.36 | 0.33 |
| Hex | 35 | 5D | 71 | 35 | 12 | 0 | 38 | C8 | 24 | 21 |
| Octal | 65 | 135 | 161 | 65 | 22 | 0 | 70 | 310 | 44 | 41 |
| Binary | 110101 | 1011101 | 1110001 | 110101 | 10010 | 0 | 111000 | 11001000 | 100100 | 100001 |
Color Harmonies of #355D71
Complementary color
Monochromatic Colors of #355D71
Black with #355D71
Text Example
Text Example
White with #355D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D71; }
p { color: rgb(53,93,113); }
H1.HeaderClassName
{
color: #355D71;
}
.AnyTagClassName
{
color: #355D71;
}
</style>
background-color css
<style>
a { background-color: #355D71; }
a { background-color: rgb(53,93,113); }
div.DivClassName
{
background-color: #355D71;
}
.BgClassName
{
background-color: #355D71;
}
</style>
border-color css
<style>
span { border-color: #355D71; }
span { border-color: rgb(53,93,113); }
td.TdClassName
{
border-color: #355D71;
}
.TagClassName
{
border-color: #355D71;
}
</style>