Shades of Blumine #365865
Tints of Blumine #365865
RGB
CMYK
RGB Variations
Color information
#365865 (or 0x365865) is known color: Blumine. HEX triplet: 36, 58 and 65. RGB value is (54,88,101). Sum of RGB (Red+Green+Blue) = 54+88+101=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #365865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365865 is #C9A79A. Grayscale: #4F4F4F. Windows color (decimal): -13215643 or 6641718. OLE color: 6641718.
HSL color Cylindrical-coordinate representation of color #365865: hue angle of 196.6º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365865 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 88 | 101 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.60 |
| HSL | 196.6º | 0.3% | 0.3% | - |
| HSV(B) | 196.6º | 0.47% | 0.4% | - |
| XYZ | 7.36 | 8.7 | 13.6 | - |
| YUV | 79.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 101 | 0.47 | 0.13 | 0 | 0.60 | 196.6 | 0.3 | 0.3 |
| Hex | 36 | 58 | 65 | 2F | D | 0 | 3C | C5 | 1E | 1E |
| Octal | 66 | 130 | 145 | 57 | 15 | 0 | 74 | 305 | 36 | 36 |
| Binary | 110110 | 1011000 | 1100101 | 101111 | 1101 | 0 | 111100 | 11000101 | 11110 | 11110 |
Color Harmonies of #365865
Complementary color
Monochromatic Colors of #365865
Black with #365865
Text Example
Text Example
White with #365865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365865; }
p { color: rgb(54,88,101); }
H1.HeaderClassName
{
color: #365865;
}
.AnyTagClassName
{
color: #365865;
}
</style>
background-color css
<style>
a { background-color: #365865; }
a { background-color: rgb(54,88,101); }
div.DivClassName
{
background-color: #365865;
}
.BgClassName
{
background-color: #365865;
}
</style>
border-color css
<style>
span { border-color: #365865; }
span { border-color: rgb(54,88,101); }
td.TdClassName
{
border-color: #365865;
}
.TagClassName
{
border-color: #365865;
}
</style>