Shades of Blumine #355865
Tints of Blumine #355865
RGB
CMYK
RGB Variations
Color information
#355865 (or 0x355865) is known color: Blumine. HEX triplet: 35, 58 and 65. RGB value is (53,88,101). Sum of RGB (Red+Green+Blue) = 53+88+101=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #355865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355865 is #CAA79A. Grayscale: #4E4E4E. Windows color (decimal): -13281179 or 6641717. OLE color: 6641717.
HSL color Cylindrical-coordinate representation of color #355865: hue angle of 196.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355865 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 88 | 101 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.60 |
| HSL | 196.25º | 0.31% | 0.3% | - |
| HSV(B) | 196.25º | 0.48% | 0.4% | - |
| XYZ | 7.31 | 8.68 | 13.6 | - |
| YUV | 79.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 101 | 0.48 | 0.13 | 0 | 0.60 | 196.25 | 0.31 | 0.3 |
| Hex | 35 | 58 | 65 | 30 | D | 0 | 3C | C4 | 1F | 1E |
| Octal | 65 | 130 | 145 | 60 | 15 | 0 | 74 | 304 | 37 | 36 |
| Binary | 110101 | 1011000 | 1100101 | 110000 | 1101 | 0 | 111100 | 11000100 | 11111 | 11110 |
Color Harmonies of #355865
Complementary color
Monochromatic Colors of #355865
Black with #355865
Text Example
Text Example
White with #355865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355865; }
p { color: rgb(53,88,101); }
H1.HeaderClassName
{
color: #355865;
}
.AnyTagClassName
{
color: #355865;
}
</style>
background-color css
<style>
a { background-color: #355865; }
a { background-color: rgb(53,88,101); }
div.DivClassName
{
background-color: #355865;
}
.BgClassName
{
background-color: #355865;
}
</style>
border-color css
<style>
span { border-color: #355865; }
span { border-color: rgb(53,88,101); }
td.TdClassName
{
border-color: #355865;
}
.TagClassName
{
border-color: #355865;
}
</style>