Shades of Blumine #35576B
Tints of Blumine #35576B
RGB
CMYK
RGB Variations
Color information
#35576B (or 0x35576B) is known color: Blumine. HEX triplet: 35, 57 and 6B. RGB value is (53,87,107). Sum of RGB (Red+Green+Blue) = 53+87+107=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #35576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35576B is #CAA894. Grayscale: #4E4E4E. Windows color (decimal): -13281429 or 7034677. OLE color: 7034677.
HSL color Cylindrical-coordinate representation of color #35576B: hue angle of 202.22º degrees, saturation: 0.34, 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 #35576B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 87 | 107 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.58 |
| HSL | 202.22º | 0.34% | 0.31% | - |
| HSV(B) | 202.22º | 0.5% | 0.42% | - |
| XYZ | 7.53 | 8.63 | 15.18 | - |
| YUV | 79.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 87 | 107 | 0.50 | 0.19 | 0 | 0.58 | 202.22 | 0.34 | 0.31 |
| Hex | 35 | 57 | 6B | 32 | 13 | 0 | 3A | CA | 22 | 1F |
| Octal | 65 | 127 | 153 | 62 | 23 | 0 | 72 | 312 | 42 | 37 |
| Binary | 110101 | 1010111 | 1101011 | 110010 | 10011 | 0 | 111010 | 11001010 | 100010 | 11111 |
Color Harmonies of #35576B
Complementary color
Monochromatic Colors of #35576B
Black with #35576B
Text Example
Text Example
White with #35576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35576B; }
p { color: rgb(53,87,107); }
H1.HeaderClassName
{
color: #35576B;
}
.AnyTagClassName
{
color: #35576B;
}
</style>
background-color css
<style>
a { background-color: #35576B; }
a { background-color: rgb(53,87,107); }
div.DivClassName
{
background-color: #35576B;
}
.BgClassName
{
background-color: #35576B;
}
</style>
border-color css
<style>
span { border-color: #35576B; }
span { border-color: rgb(53,87,107); }
td.TdClassName
{
border-color: #35576B;
}
.TagClassName
{
border-color: #35576B;
}
</style>