Shades of Blumine #355968
Tints of Blumine #355968
RGB
CMYK
RGB Variations
Color information
#355968 (or 0x355968) is known color: Blumine. HEX triplet: 35, 59 and 68. RGB value is (53,89,104). Sum of RGB (Red+Green+Blue) = 53+89+104=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #355968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355968 is #CAA697. Grayscale: #4F4F4F. Windows color (decimal): -13280920 or 6838581. OLE color: 6838581.
HSL color Cylindrical-coordinate representation of color #355968: hue angle of 197.65º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #355968 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 89 | 104 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.59 |
| HSL | 197.65º | 0.32% | 0.31% | - |
| HSV(B) | 197.65º | 0.49% | 0.41% | - |
| XYZ | 7.54 | 8.9 | 14.42 | - |
| YUV | 79.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 104 | 0.49 | 0.14 | 0 | 0.59 | 197.65 | 0.32 | 0.31 |
| Hex | 35 | 59 | 68 | 31 | E | 0 | 3B | C6 | 20 | 1F |
| Octal | 65 | 131 | 150 | 61 | 16 | 0 | 73 | 306 | 40 | 37 |
| Binary | 110101 | 1011001 | 1101000 | 110001 | 1110 | 0 | 111011 | 11000110 | 100000 | 11111 |
Color Harmonies of #355968
Complementary color
Monochromatic Colors of #355968
Black with #355968
Text Example
Text Example
White with #355968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355968; }
p { color: rgb(53,89,104); }
H1.HeaderClassName
{
color: #355968;
}
.AnyTagClassName
{
color: #355968;
}
</style>
background-color css
<style>
a { background-color: #355968; }
a { background-color: rgb(53,89,104); }
div.DivClassName
{
background-color: #355968;
}
.BgClassName
{
background-color: #355968;
}
</style>
border-color css
<style>
span { border-color: #355968; }
span { border-color: rgb(53,89,104); }
td.TdClassName
{
border-color: #355968;
}
.TagClassName
{
border-color: #355968;
}
</style>