Shades of Blumine #356068
Tints of Blumine #356068
RGB
CMYK
RGB Variations
Color information
#356068 (or 0x356068) is known color: Blumine. HEX triplet: 35, 60 and 68. RGB value is (53,96,104). Sum of RGB (Red+Green+Blue) = 53+96+104=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #356068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356068 is #CA9F97. Grayscale: #535353. Windows color (decimal): -13279128 or 6840373. OLE color: 6840373.
HSL color Cylindrical-coordinate representation of color #356068: hue angle of 189.41º 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 #356068 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 96 | 104 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.59 |
| HSL | 189.41º | 0.32% | 0.31% | - |
| HSV(B) | 189.41º | 0.49% | 0.41% | - |
| XYZ | 8.15 | 10.12 | 14.62 | - |
| YUV | 84.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 104 | 0.49 | 0.08 | 0 | 0.59 | 189.41 | 0.32 | 0.31 |
| Hex | 35 | 60 | 68 | 31 | 8 | 0 | 3B | BD | 20 | 1F |
| Octal | 65 | 140 | 150 | 61 | 10 | 0 | 73 | 275 | 40 | 37 |
| Binary | 110101 | 1100000 | 1101000 | 110001 | 1000 | 0 | 111011 | 10111101 | 100000 | 11111 |
Color Harmonies of #356068
Complementary color
Monochromatic Colors of #356068
Black with #356068
Text Example
Text Example
White with #356068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356068; }
p { color: rgb(53,96,104); }
H1.HeaderClassName
{
color: #356068;
}
.AnyTagClassName
{
color: #356068;
}
</style>
background-color css
<style>
a { background-color: #356068; }
a { background-color: rgb(53,96,104); }
div.DivClassName
{
background-color: #356068;
}
.BgClassName
{
background-color: #356068;
}
</style>
border-color css
<style>
span { border-color: #356068; }
span { border-color: rgb(53,96,104); }
td.TdClassName
{
border-color: #356068;
}
.TagClassName
{
border-color: #356068;
}
</style>