Shades of Blumine #365870
Tints of Blumine #365870
RGB
CMYK
RGB Variations
Color information
#365870 (or 0x365870) is known color: Blumine. HEX triplet: 36, 58 and 70. RGB value is (54,88,112). Sum of RGB (Red+Green+Blue) = 54+88+112=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #365870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365870 is #C9A78F. Grayscale: #505050. Windows color (decimal): -13215632 or 7362614. OLE color: 7362614.
HSL color Cylindrical-coordinate representation of color #365870: hue angle of 204.83º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #365870 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 88 | 112 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.56 |
| HSL | 204.83º | 0.35% | 0.33% | - |
| HSV(B) | 204.83º | 0.52% | 0.44% | - |
| XYZ | 7.94 | 8.93 | 16.64 | - |
| YUV | 80.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 112 | 0.52 | 0.21 | 0 | 0.56 | 204.83 | 0.35 | 0.33 |
| Hex | 36 | 58 | 70 | 34 | 15 | 0 | 38 | CD | 23 | 21 |
| Octal | 66 | 130 | 160 | 64 | 25 | 0 | 70 | 315 | 43 | 41 |
| Binary | 110110 | 1011000 | 1110000 | 110100 | 10101 | 0 | 111000 | 11001101 | 100011 | 100001 |
Color Harmonies of #365870
Complementary color
Monochromatic Colors of #365870
Black with #365870
Text Example
Text Example
White with #365870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365870; }
p { color: rgb(54,88,112); }
H1.HeaderClassName
{
color: #365870;
}
.AnyTagClassName
{
color: #365870;
}
</style>
background-color css
<style>
a { background-color: #365870; }
a { background-color: rgb(54,88,112); }
div.DivClassName
{
background-color: #365870;
}
.BgClassName
{
background-color: #365870;
}
</style>
border-color css
<style>
span { border-color: #365870; }
span { border-color: rgb(54,88,112); }
td.TdClassName
{
border-color: #365870;
}
.TagClassName
{
border-color: #365870;
}
</style>