Shades of Blumine #355E6F
Tints of Blumine #355E6F
RGB
CMYK
RGB Variations
Color information
#355E6F (or 0x355E6F) is known color: Blumine. HEX triplet: 35, 5E and 6F. RGB value is (53,94,111). Sum of RGB (Red+Green+Blue) = 53+94+111=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #355E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E6F is #CAA190. Grayscale: #535353. Windows color (decimal): -13279633 or 7298613. OLE color: 7298613.
HSL color Cylindrical-coordinate representation of color #355E6F: hue angle of 197.59º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #355E6F is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 94 | 111 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.56 |
| HSL | 197.59º | 0.35% | 0.32% | - |
| HSV(B) | 197.59º | 0.52% | 0.44% | - |
| XYZ | 8.34 | 9.91 | 16.51 | - |
| YUV | 83.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 111 | 0.52 | 0.15 | 0 | 0.56 | 197.59 | 0.35 | 0.32 |
| Hex | 35 | 5E | 6F | 34 | F | 0 | 38 | C6 | 23 | 20 |
| Octal | 65 | 136 | 157 | 64 | 17 | 0 | 70 | 306 | 43 | 40 |
| Binary | 110101 | 1011110 | 1101111 | 110100 | 1111 | 0 | 111000 | 11000110 | 100011 | 100000 |
Color Harmonies of #355E6F
Complementary color
Monochromatic Colors of #355E6F
Black with #355E6F
Text Example
Text Example
White with #355E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E6F; }
p { color: rgb(53,94,111); }
H1.HeaderClassName
{
color: #355E6F;
}
.AnyTagClassName
{
color: #355E6F;
}
</style>
background-color css
<style>
a { background-color: #355E6F; }
a { background-color: rgb(53,94,111); }
div.DivClassName
{
background-color: #355E6F;
}
.BgClassName
{
background-color: #355E6F;
}
</style>
border-color css
<style>
span { border-color: #355E6F; }
span { border-color: rgb(53,94,111); }
td.TdClassName
{
border-color: #355E6F;
}
.TagClassName
{
border-color: #355E6F;
}
</style>