Shades of Blumine #356274
Tints of Blumine #356274
RGB
CMYK
RGB Variations
Color information
#356274 (or 0x356274) is known color: Blumine. HEX triplet: 35, 62 and 74. RGB value is (53,98,116). Sum of RGB (Red+Green+Blue) = 53+98+116=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #356274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356274 is #CA9D8B. Grayscale: #565656. Windows color (decimal): -13278604 or 7627317. OLE color: 7627317.
HSL color Cylindrical-coordinate representation of color #356274: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356274 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 98 | 116 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.55 |
| HSL | 197.14º | 0.37% | 0.33% | - |
| HSV(B) | 197.14º | 0.54% | 0.45% | - |
| XYZ | 8.99 | 10.75 | 18.12 | - |
| YUV | 86.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 116 | 0.54 | 0.16 | 0 | 0.55 | 197.14 | 0.37 | 0.33 |
| Hex | 35 | 62 | 74 | 36 | 10 | 0 | 37 | C5 | 25 | 21 |
| Octal | 65 | 142 | 164 | 66 | 20 | 0 | 67 | 305 | 45 | 41 |
| Binary | 110101 | 1100010 | 1110100 | 110110 | 10000 | 0 | 110111 | 11000101 | 100101 | 100001 |
Color Harmonies of #356274
Complementary color
Monochromatic Colors of #356274
Black with #356274
Text Example
Text Example
White with #356274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356274; }
p { color: rgb(53,98,116); }
H1.HeaderClassName
{
color: #356274;
}
.AnyTagClassName
{
color: #356274;
}
</style>
background-color css
<style>
a { background-color: #356274; }
a { background-color: rgb(53,98,116); }
div.DivClassName
{
background-color: #356274;
}
.BgClassName
{
background-color: #356274;
}
</style>
border-color css
<style>
span { border-color: #356274; }
span { border-color: rgb(53,98,116); }
td.TdClassName
{
border-color: #356274;
}
.TagClassName
{
border-color: #356274;
}
</style>