Shades of Blumine #365F68
Tints of Blumine #365F68
RGB
CMYK
RGB Variations
Color information
#365F68 (or 0x365F68) is known color: Blumine. HEX triplet: 36, 5F and 68. RGB value is (54,95,104). Sum of RGB (Red+Green+Blue) = 54+95+104=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #365F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F68 is #C9A097. Grayscale: #535353. Windows color (decimal): -13213848 or 6840118. OLE color: 6840118.
HSL color Cylindrical-coordinate representation of color #365F68: hue angle of 190.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #365F68 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 95 | 104 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.59 |
| HSL | 190.8º | 0.32% | 0.31% | - |
| HSV(B) | 190.8º | 0.48% | 0.41% | - |
| XYZ | 8.11 | 9.97 | 14.59 | - |
| YUV | 83.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 104 | 0.48 | 0.09 | 0 | 0.59 | 190.8 | 0.32 | 0.31 |
| Hex | 36 | 5F | 68 | 30 | 9 | 0 | 3B | BF | 20 | 1F |
| Octal | 66 | 137 | 150 | 60 | 11 | 0 | 73 | 277 | 40 | 37 |
| Binary | 110110 | 1011111 | 1101000 | 110000 | 1001 | 0 | 111011 | 10111111 | 100000 | 11111 |
Color Harmonies of #365F68
Complementary color
Monochromatic Colors of #365F68
Black with #365F68
Text Example
Text Example
White with #365F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F68; }
p { color: rgb(54,95,104); }
H1.HeaderClassName
{
color: #365F68;
}
.AnyTagClassName
{
color: #365F68;
}
</style>
background-color css
<style>
a { background-color: #365F68; }
a { background-color: rgb(54,95,104); }
div.DivClassName
{
background-color: #365F68;
}
.BgClassName
{
background-color: #365F68;
}
</style>
border-color css
<style>
span { border-color: #365F68; }
span { border-color: rgb(54,95,104); }
td.TdClassName
{
border-color: #365F68;
}
.TagClassName
{
border-color: #365F68;
}
</style>