Shades of Blumine #355665
Tints of Blumine #355665
RGB
CMYK
RGB Variations
Color information
#355665 (or 0x355665) is known color: Blumine. HEX triplet: 35, 56 and 65. RGB value is (53,86,101). Sum of RGB (Red+Green+Blue) = 53+86+101=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #355665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355665 is #CAA99A. Grayscale: #4D4D4D. Windows color (decimal): -13281691 or 6641205. OLE color: 6641205.
HSL color Cylindrical-coordinate representation of color #355665: hue angle of 198.75º 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 #355665 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 86 | 101 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.60 |
| HSL | 198.75º | 0.31% | 0.3% | - |
| HSV(B) | 198.75º | 0.48% | 0.4% | - |
| XYZ | 7.14 | 8.35 | 13.55 | - |
| YUV | 77.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 101 | 0.48 | 0.15 | 0 | 0.60 | 198.75 | 0.31 | 0.3 |
| Hex | 35 | 56 | 65 | 30 | F | 0 | 3C | C7 | 1F | 1E |
| Octal | 65 | 126 | 145 | 60 | 17 | 0 | 74 | 307 | 37 | 36 |
| Binary | 110101 | 1010110 | 1100101 | 110000 | 1111 | 0 | 111100 | 11000111 | 11111 | 11110 |
Color Harmonies of #355665
Complementary color
Monochromatic Colors of #355665
Black with #355665
Text Example
Text Example
White with #355665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355665; }
p { color: rgb(53,86,101); }
H1.HeaderClassName
{
color: #355665;
}
.AnyTagClassName
{
color: #355665;
}
</style>
background-color css
<style>
a { background-color: #355665; }
a { background-color: rgb(53,86,101); }
div.DivClassName
{
background-color: #355665;
}
.BgClassName
{
background-color: #355665;
}
</style>
border-color css
<style>
span { border-color: #355665; }
span { border-color: rgb(53,86,101); }
td.TdClassName
{
border-color: #355665;
}
.TagClassName
{
border-color: #355665;
}
</style>