Shades of Blumine #365B66
Tints of Blumine #365B66
RGB
CMYK
RGB Variations
Color information
#365B66 (or 0x365B66) is known color: Blumine. HEX triplet: 36, 5B and 66. RGB value is (54,91,102). Sum of RGB (Red+Green+Blue) = 54+91+102=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #365B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B66 is #C9A499. Grayscale: #515151. Windows color (decimal): -13214874 or 6708022. OLE color: 6708022.
HSL color Cylindrical-coordinate representation of color #365B66: hue angle of 193.75º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365B66 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 54 | 91 | 102 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.6 |
| HSL | 193.75º | 0.31% | 0.31% | - |
| HSV(B) | 193.75º | 0.47% | 0.4% | - |
| XYZ | 7.66 | 9.23 | 13.95 | - |
| YUV | 81.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 102 | 0.47 | 0.11 | 0 | 0.6 | 193.75 | 0.31 | 0.31 |
| Hex | 36 | 5B | 66 | 2F | B | 0 | 3C | C2 | 1F | 1F |
| Octal | 66 | 133 | 146 | 57 | 13 | 0 | 74 | 302 | 37 | 37 |
| Binary | 110110 | 1011011 | 1100110 | 101111 | 1011 | 0 | 111100 | 11000010 | 11111 | 11111 |
Color Harmonies of #365B66
Complementary color
Monochromatic Colors of #365B66
Black with #365B66
Text Example
Text Example
White with #365B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B66; }
p { color: rgb(54,91,102); }
H1.HeaderClassName
{
color: #365B66;
}
.AnyTagClassName
{
color: #365B66;
}
</style>
background-color css
<style>
a { background-color: #365B66; }
a { background-color: rgb(54,91,102); }
div.DivClassName
{
background-color: #365B66;
}
.BgClassName
{
background-color: #365B66;
}
</style>
border-color css
<style>
span { border-color: #365B66; }
span { border-color: rgb(54,91,102); }
td.TdClassName
{
border-color: #365B66;
}
.TagClassName
{
border-color: #365B66;
}
</style>