Shades of Blumine #365E69
Tints of Blumine #365E69
RGB
CMYK
RGB Variations
Color information
#365E69 (or 0x365E69) is known color: Blumine. HEX triplet: 36, 5E and 69. RGB value is (54,94,105). Sum of RGB (Red+Green+Blue) = 54+94+105=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #365E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E69 is #C9A196. Grayscale: #535353. Windows color (decimal): -13214103 or 6905398. OLE color: 6905398.
HSL color Cylindrical-coordinate representation of color #365E69: hue angle of 192.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #365E69 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 94 | 105 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.59 |
| HSL | 192.94º | 0.32% | 0.31% | - |
| HSV(B) | 192.94º | 0.49% | 0.41% | - |
| XYZ | 8.07 | 9.81 | 14.83 | - |
| YUV | 83.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 105 | 0.49 | 0.10 | 0 | 0.59 | 192.94 | 0.32 | 0.31 |
| Hex | 36 | 5E | 69 | 31 | A | 0 | 3B | C1 | 20 | 1F |
| Octal | 66 | 136 | 151 | 61 | 12 | 0 | 73 | 301 | 40 | 37 |
| Binary | 110110 | 1011110 | 1101001 | 110001 | 1010 | 0 | 111011 | 11000001 | 100000 | 11111 |
Color Harmonies of #365E69
Complementary color
Monochromatic Colors of #365E69
Black with #365E69
Text Example
Text Example
White with #365E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E69; }
p { color: rgb(54,94,105); }
H1.HeaderClassName
{
color: #365E69;
}
.AnyTagClassName
{
color: #365E69;
}
</style>
background-color css
<style>
a { background-color: #365E69; }
a { background-color: rgb(54,94,105); }
div.DivClassName
{
background-color: #365E69;
}
.BgClassName
{
background-color: #365E69;
}
</style>
border-color css
<style>
span { border-color: #365E69; }
span { border-color: rgb(54,94,105); }
td.TdClassName
{
border-color: #365E69;
}
.TagClassName
{
border-color: #365E69;
}
</style>