Shades of Blumine #35636A
Tints of Blumine #35636A
RGB
CMYK
RGB Variations
Color information
#35636A (or 0x35636A) is known color: Blumine. HEX triplet: 35, 63 and 6A. RGB value is (53,99,106). Sum of RGB (Red+Green+Blue) = 53+99+106=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #35636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35636A is #CA9C95. Grayscale: #555555. Windows color (decimal): -13278358 or 6972213. OLE color: 6972213.
HSL color Cylindrical-coordinate representation of color #35636A: hue angle of 187.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35636A is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 99 | 106 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.58 |
| HSL | 187.92º | 0.33% | 0.31% | - |
| HSV(B) | 187.92º | 0.5% | 0.42% | - |
| XYZ | 8.53 | 10.72 | 15.26 | - |
| YUV | 86.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 106 | 0.5 | 0.07 | 0 | 0.58 | 187.92 | 0.33 | 0.31 |
| Hex | 35 | 63 | 6A | 32 | 7 | 0 | 3A | BC | 21 | 1F |
| Octal | 65 | 143 | 152 | 62 | 7 | 0 | 72 | 274 | 41 | 37 |
| Binary | 110101 | 1100011 | 1101010 | 110010 | 111 | 0 | 111010 | 10111100 | 100001 | 11111 |
Color Harmonies of #35636A
Complementary color
Monochromatic Colors of #35636A
Black with #35636A
Text Example
Text Example
White with #35636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35636A; }
p { color: rgb(53,99,106); }
H1.HeaderClassName
{
color: #35636A;
}
.AnyTagClassName
{
color: #35636A;
}
</style>
background-color css
<style>
a { background-color: #35636A; }
a { background-color: rgb(53,99,106); }
div.DivClassName
{
background-color: #35636A;
}
.BgClassName
{
background-color: #35636A;
}
</style>
border-color css
<style>
span { border-color: #35636A; }
span { border-color: rgb(53,99,106); }
td.TdClassName
{
border-color: #35636A;
}
.TagClassName
{
border-color: #35636A;
}
</style>