Shades of Blumine #365E6E
Tints of Blumine #365E6E
RGB
CMYK
RGB Variations
Color information
#365E6E (or 0x365E6E) is known color: Blumine. HEX triplet: 36, 5E and 6E. RGB value is (54,94,110). Sum of RGB (Red+Green+Blue) = 54+94+110=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #365E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E6E is #C9A191. Grayscale: #535353. Windows color (decimal): -13214098 or 7233078. OLE color: 7233078.
HSL color Cylindrical-coordinate representation of color #365E6E: hue angle of 197.14º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #365E6E is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 94 | 110 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.57 |
| HSL | 197.14º | 0.34% | 0.32% | - |
| HSV(B) | 197.14º | 0.51% | 0.43% | - |
| XYZ | 8.34 | 9.92 | 16.23 | - |
| YUV | 83.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 110 | 0.51 | 0.15 | 0 | 0.57 | 197.14 | 0.34 | 0.32 |
| Hex | 36 | 5E | 6E | 33 | F | 0 | 39 | C5 | 22 | 20 |
| Octal | 66 | 136 | 156 | 63 | 17 | 0 | 71 | 305 | 42 | 40 |
| Binary | 110110 | 1011110 | 1101110 | 110011 | 1111 | 0 | 111001 | 11000101 | 100010 | 100000 |
Color Harmonies of #365E6E
Complementary color
Monochromatic Colors of #365E6E
Black with #365E6E
Text Example
Text Example
White with #365E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E6E; }
p { color: rgb(54,94,110); }
H1.HeaderClassName
{
color: #365E6E;
}
.AnyTagClassName
{
color: #365E6E;
}
</style>
background-color css
<style>
a { background-color: #365E6E; }
a { background-color: rgb(54,94,110); }
div.DivClassName
{
background-color: #365E6E;
}
.BgClassName
{
background-color: #365E6E;
}
</style>
border-color css
<style>
span { border-color: #365E6E; }
span { border-color: rgb(54,94,110); }
td.TdClassName
{
border-color: #365E6E;
}
.TagClassName
{
border-color: #365E6E;
}
</style>