Shades of Blumine #356474
Tints of Blumine #356474
RGB
CMYK
RGB Variations
Color information
#356474 (or 0x356474) is known color: Blumine. HEX triplet: 35, 64 and 74. RGB value is (53,100,116). Sum of RGB (Red+Green+Blue) = 53+100+116=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #356474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356474 is #CA9B8B. Grayscale: #575757. Windows color (decimal): -13278092 or 7627829. OLE color: 7627829.
HSL color Cylindrical-coordinate representation of color #356474: hue angle of 195.24º 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 #356474 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 100 | 116 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.55 |
| HSL | 195.24º | 0.37% | 0.33% | - |
| HSV(B) | 195.24º | 0.54% | 0.45% | - |
| XYZ | 9.18 | 11.13 | 18.19 | - |
| YUV | 87.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 116 | 0.54 | 0.14 | 0 | 0.55 | 195.24 | 0.37 | 0.33 |
| Hex | 35 | 64 | 74 | 36 | E | 0 | 37 | C3 | 25 | 21 |
| Octal | 65 | 144 | 164 | 66 | 16 | 0 | 67 | 303 | 45 | 41 |
| Binary | 110101 | 1100100 | 1110100 | 110110 | 1110 | 0 | 110111 | 11000011 | 100101 | 100001 |
Color Harmonies of #356474
Complementary color
Monochromatic Colors of #356474
Black with #356474
Text Example
Text Example
White with #356474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356474; }
p { color: rgb(53,100,116); }
H1.HeaderClassName
{
color: #356474;
}
.AnyTagClassName
{
color: #356474;
}
</style>
background-color css
<style>
a { background-color: #356474; }
a { background-color: rgb(53,100,116); }
div.DivClassName
{
background-color: #356474;
}
.BgClassName
{
background-color: #356474;
}
</style>
border-color css
<style>
span { border-color: #356474; }
span { border-color: rgb(53,100,116); }
td.TdClassName
{
border-color: #356474;
}
.TagClassName
{
border-color: #356474;
}
</style>