Shades of Blumine #35586A
Tints of Blumine #35586A
RGB
CMYK
RGB Variations
Color information
#35586A (or 0x35586A) is known color: Blumine. HEX triplet: 35, 58 and 6A. RGB value is (53,88,106). Sum of RGB (Red+Green+Blue) = 53+88+106=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #35586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35586A is #CAA795. Grayscale: #4F4F4F. Windows color (decimal): -13281174 or 6969397. OLE color: 6969397.
HSL color Cylindrical-coordinate representation of color #35586A: hue angle of 200.38º 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 #35586A is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 88 | 106 | - |
| CMYK | 0.5 | 0.17 | 0 | 0.58 |
| HSL | 200.38º | 0.33% | 0.31% | - |
| HSV(B) | 200.38º | 0.5% | 0.42% | - |
| XYZ | 7.56 | 8.78 | 14.93 | - |
| YUV | 79.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 106 | 0.5 | 0.17 | 0 | 0.58 | 200.38 | 0.33 | 0.31 |
| Hex | 35 | 58 | 6A | 32 | 11 | 0 | 3A | C8 | 21 | 1F |
| Octal | 65 | 130 | 152 | 62 | 21 | 0 | 72 | 310 | 41 | 37 |
| Binary | 110101 | 1011000 | 1101010 | 110010 | 10001 | 0 | 111010 | 11001000 | 100001 | 11111 |
Color Harmonies of #35586A
Complementary color
Monochromatic Colors of #35586A
Black with #35586A
Text Example
Text Example
White with #35586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35586A; }
p { color: rgb(53,88,106); }
H1.HeaderClassName
{
color: #35586A;
}
.AnyTagClassName
{
color: #35586A;
}
</style>
background-color css
<style>
a { background-color: #35586A; }
a { background-color: rgb(53,88,106); }
div.DivClassName
{
background-color: #35586A;
}
.BgClassName
{
background-color: #35586A;
}
</style>
border-color css
<style>
span { border-color: #35586A; }
span { border-color: rgb(53,88,106); }
td.TdClassName
{
border-color: #35586A;
}
.TagClassName
{
border-color: #35586A;
}
</style>