Shades of Blumine #365E6D
Tints of Blumine #365E6D
RGB
CMYK
RGB Variations
Color information
#365E6D (or 0x365E6D) is known color: Blumine. HEX triplet: 36, 5E and 6D. RGB value is (54,94,109). Sum of RGB (Red+Green+Blue) = 54+94+109=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #365E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E6D is #C9A192. Grayscale: #535353. Windows color (decimal): -13214099 or 7167542. OLE color: 7167542.
HSL color Cylindrical-coordinate representation of color #365E6D: hue angle of 196.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #365E6D is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 94 | 109 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.57 |
| HSL | 196.36º | 0.34% | 0.32% | - |
| HSV(B) | 196.36º | 0.5% | 0.43% | - |
| XYZ | 8.28 | 9.89 | 15.94 | - |
| YUV | 83.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 109 | 0.50 | 0.14 | 0 | 0.57 | 196.36 | 0.34 | 0.32 |
| Hex | 36 | 5E | 6D | 32 | E | 0 | 39 | C4 | 22 | 20 |
| Octal | 66 | 136 | 155 | 62 | 16 | 0 | 71 | 304 | 42 | 40 |
| Binary | 110110 | 1011110 | 1101101 | 110010 | 1110 | 0 | 111001 | 11000100 | 100010 | 100000 |
Color Harmonies of #365E6D
Complementary color
Monochromatic Colors of #365E6D
Black with #365E6D
Text Example
Text Example
White with #365E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E6D; }
p { color: rgb(54,94,109); }
H1.HeaderClassName
{
color: #365E6D;
}
.AnyTagClassName
{
color: #365E6D;
}
</style>
background-color css
<style>
a { background-color: #365E6D; }
a { background-color: rgb(54,94,109); }
div.DivClassName
{
background-color: #365E6D;
}
.BgClassName
{
background-color: #365E6D;
}
</style>
border-color css
<style>
span { border-color: #365E6D; }
span { border-color: rgb(54,94,109); }
td.TdClassName
{
border-color: #365E6D;
}
.TagClassName
{
border-color: #365E6D;
}
</style>