Shades of Blumine #356277
Tints of Blumine #356277
RGB
CMYK
RGB Variations
Color information
#356277 (or 0x356277) is known color: Blumine. HEX triplet: 35, 62 and 77. RGB value is (53,98,119). Sum of RGB (Red+Green+Blue) = 53+98+119=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #356277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356277 is #CA9D88. Grayscale: #565656. Windows color (decimal): -13278601 or 7823925. OLE color: 7823925.
HSL color Cylindrical-coordinate representation of color #356277: hue angle of 199.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356277 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 98 | 119 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.53 |
| HSL | 199.09º | 0.38% | 0.34% | - |
| HSV(B) | 199.09º | 0.55% | 0.47% | - |
| XYZ | 9.17 | 10.82 | 19.06 | - |
| YUV | 86.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 119 | 0.55 | 0.18 | 0 | 0.53 | 199.09 | 0.38 | 0.34 |
| Hex | 35 | 62 | 77 | 37 | 12 | 0 | 35 | C7 | 26 | 22 |
| Octal | 65 | 142 | 167 | 67 | 22 | 0 | 65 | 307 | 46 | 42 |
| Binary | 110101 | 1100010 | 1110111 | 110111 | 10010 | 0 | 110101 | 11000111 | 100110 | 100010 |
Color Harmonies of #356277
Complementary color
Monochromatic Colors of #356277
Black with #356277
Text Example
Text Example
White with #356277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356277; }
p { color: rgb(53,98,119); }
H1.HeaderClassName
{
color: #356277;
}
.AnyTagClassName
{
color: #356277;
}
</style>
background-color css
<style>
a { background-color: #356277; }
a { background-color: rgb(53,98,119); }
div.DivClassName
{
background-color: #356277;
}
.BgClassName
{
background-color: #356277;
}
</style>
border-color css
<style>
span { border-color: #356277; }
span { border-color: rgb(53,98,119); }
td.TdClassName
{
border-color: #356277;
}
.TagClassName
{
border-color: #356277;
}
</style>