Shades of Blumine #355F70
Tints of Blumine #355F70
RGB
CMYK
RGB Variations
Color information
#355F70 (or 0x355F70) is known color: Blumine. HEX triplet: 35, 5F and 70. RGB value is (53,95,112). Sum of RGB (Red+Green+Blue) = 53+95+112=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #355F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F70 is #CAA08F. Grayscale: #545454. Windows color (decimal): -13279376 or 7364405. OLE color: 7364405.
HSL color Cylindrical-coordinate representation of color #355F70: hue angle of 197.29º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355F70 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 95 | 112 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.56 |
| HSL | 197.29º | 0.36% | 0.32% | - |
| HSV(B) | 197.29º | 0.53% | 0.44% | - |
| XYZ | 8.49 | 10.11 | 16.83 | - |
| YUV | 84.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 112 | 0.53 | 0.15 | 0 | 0.56 | 197.29 | 0.36 | 0.32 |
| Hex | 35 | 5F | 70 | 35 | F | 0 | 38 | C5 | 24 | 20 |
| Octal | 65 | 137 | 160 | 65 | 17 | 0 | 70 | 305 | 44 | 40 |
| Binary | 110101 | 1011111 | 1110000 | 110101 | 1111 | 0 | 111000 | 11000101 | 100100 | 100000 |
Color Harmonies of #355F70
Complementary color
Monochromatic Colors of #355F70
Black with #355F70
Text Example
Text Example
White with #355F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F70; }
p { color: rgb(53,95,112); }
H1.HeaderClassName
{
color: #355F70;
}
.AnyTagClassName
{
color: #355F70;
}
</style>
background-color css
<style>
a { background-color: #355F70; }
a { background-color: rgb(53,95,112); }
div.DivClassName
{
background-color: #355F70;
}
.BgClassName
{
background-color: #355F70;
}
</style>
border-color css
<style>
span { border-color: #355F70; }
span { border-color: rgb(53,95,112); }
td.TdClassName
{
border-color: #355F70;
}
.TagClassName
{
border-color: #355F70;
}
</style>