Shades of Blumine #365665
Tints of Blumine #365665
RGB
CMYK
RGB Variations
Color information
#365665 (or 0x365665) is known color: Blumine. HEX triplet: 36, 56 and 65. RGB value is (54,86,101). Sum of RGB (Red+Green+Blue) = 54+86+101=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #365665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365665 is #C9A99A. Grayscale: #4E4E4E. Windows color (decimal): -13216155 or 6641206. OLE color: 6641206.
HSL color Cylindrical-coordinate representation of color #365665: hue angle of 199.15º 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 #365665 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 86 | 101 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.60 |
| HSL | 199.15º | 0.3% | 0.3% | - |
| HSV(B) | 199.15º | 0.47% | 0.4% | - |
| XYZ | 7.2 | 8.38 | 13.55 | - |
| YUV | 78.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 101 | 0.47 | 0.15 | 0 | 0.60 | 199.15 | 0.3 | 0.3 |
| Hex | 36 | 56 | 65 | 2F | F | 0 | 3C | C7 | 1E | 1E |
| Octal | 66 | 126 | 145 | 57 | 17 | 0 | 74 | 307 | 36 | 36 |
| Binary | 110110 | 1010110 | 1100101 | 101111 | 1111 | 0 | 111100 | 11000111 | 11110 | 11110 |
Color Harmonies of #365665
Complementary color
Monochromatic Colors of #365665
Black with #365665
Text Example
Text Example
White with #365665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365665; }
p { color: rgb(54,86,101); }
H1.HeaderClassName
{
color: #365665;
}
.AnyTagClassName
{
color: #365665;
}
</style>
background-color css
<style>
a { background-color: #365665; }
a { background-color: rgb(54,86,101); }
div.DivClassName
{
background-color: #365665;
}
.BgClassName
{
background-color: #365665;
}
</style>
border-color css
<style>
span { border-color: #365665; }
span { border-color: rgb(54,86,101); }
td.TdClassName
{
border-color: #365665;
}
.TagClassName
{
border-color: #365665;
}
</style>