Shades of Blumine #365B69
Tints of Blumine #365B69
RGB
CMYK
RGB Variations
Color information
#365B69 (or 0x365B69) is known color: Blumine. HEX triplet: 36, 5B and 69. RGB value is (54,91,105). Sum of RGB (Red+Green+Blue) = 54+91+105=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #365B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B69 is #C9A496. Grayscale: #515151. Windows color (decimal): -13214871 or 6904630. OLE color: 6904630.
HSL color Cylindrical-coordinate representation of color #365B69: hue angle of 196.47º 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 #365B69 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 91 | 105 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.59 |
| HSL | 196.47º | 0.32% | 0.31% | - |
| HSV(B) | 196.47º | 0.49% | 0.41% | - |
| XYZ | 7.81 | 9.29 | 14.75 | - |
| YUV | 81.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 105 | 0.49 | 0.13 | 0 | 0.59 | 196.47 | 0.32 | 0.31 |
| Hex | 36 | 5B | 69 | 31 | D | 0 | 3B | C4 | 20 | 1F |
| Octal | 66 | 133 | 151 | 61 | 15 | 0 | 73 | 304 | 40 | 37 |
| Binary | 110110 | 1011011 | 1101001 | 110001 | 1101 | 0 | 111011 | 11000100 | 100000 | 11111 |
Color Harmonies of #365B69
Complementary color
Monochromatic Colors of #365B69
Black with #365B69
Text Example
Text Example
White with #365B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B69; }
p { color: rgb(54,91,105); }
H1.HeaderClassName
{
color: #365B69;
}
.AnyTagClassName
{
color: #365B69;
}
</style>
background-color css
<style>
a { background-color: #365B69; }
a { background-color: rgb(54,91,105); }
div.DivClassName
{
background-color: #365B69;
}
.BgClassName
{
background-color: #365B69;
}
</style>
border-color css
<style>
span { border-color: #365B69; }
span { border-color: rgb(54,91,105); }
td.TdClassName
{
border-color: #365B69;
}
.TagClassName
{
border-color: #365B69;
}
</style>