Shades of Blumine #355B70
Tints of Blumine #355B70
RGB
CMYK
RGB Variations
Color information
#355B70 (or 0x355B70) is known color: Blumine. HEX triplet: 35, 5B and 70. RGB value is (53,91,112). Sum of RGB (Red+Green+Blue) = 53+91+112=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #355B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B70 is #CAA48F. Grayscale: #515151. Windows color (decimal): -13280400 or 7363381. OLE color: 7363381.
HSL color Cylindrical-coordinate representation of color #355B70: hue angle of 201.36º 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 #355B70 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 91 | 112 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.56 |
| HSL | 201.36º | 0.36% | 0.32% | - |
| HSV(B) | 201.36º | 0.53% | 0.44% | - |
| XYZ | 8.13 | 9.41 | 16.72 | - |
| YUV | 82.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 112 | 0.53 | 0.19 | 0 | 0.56 | 201.36 | 0.36 | 0.32 |
| Hex | 35 | 5B | 70 | 35 | 13 | 0 | 38 | C9 | 24 | 20 |
| Octal | 65 | 133 | 160 | 65 | 23 | 0 | 70 | 311 | 44 | 40 |
| Binary | 110101 | 1011011 | 1110000 | 110101 | 10011 | 0 | 111000 | 11001001 | 100100 | 100000 |
Color Harmonies of #355B70
Complementary color
Monochromatic Colors of #355B70
Black with #355B70
Text Example
Text Example
White with #355B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B70; }
p { color: rgb(53,91,112); }
H1.HeaderClassName
{
color: #355B70;
}
.AnyTagClassName
{
color: #355B70;
}
</style>
background-color css
<style>
a { background-color: #355B70; }
a { background-color: rgb(53,91,112); }
div.DivClassName
{
background-color: #355B70;
}
.BgClassName
{
background-color: #355B70;
}
</style>
border-color css
<style>
span { border-color: #355B70; }
span { border-color: rgb(53,91,112); }
td.TdClassName
{
border-color: #355B70;
}
.TagClassName
{
border-color: #355B70;
}
</style>