Shades of Blumine #365F6C
Tints of Blumine #365F6C
RGB
CMYK
RGB Variations
Color information
#365F6C (or 0x365F6C) is known color: Blumine. HEX triplet: 36, 5F and 6C. RGB value is (54,95,108). Sum of RGB (Red+Green+Blue) = 54+95+108=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #365F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F6C is #C9A093. Grayscale: #545454. Windows color (decimal): -13213844 or 7102262. OLE color: 7102262.
HSL color Cylindrical-coordinate representation of color #365F6C: hue angle of 194.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #365F6C is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 95 | 108 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.58 |
| HSL | 194.44º | 0.33% | 0.32% | - |
| HSV(B) | 194.44º | 0.5% | 0.42% | - |
| XYZ | 8.32 | 10.05 | 15.69 | - |
| YUV | 84.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 108 | 0.50 | 0.12 | 0 | 0.58 | 194.44 | 0.33 | 0.32 |
| Hex | 36 | 5F | 6C | 32 | C | 0 | 3A | C2 | 21 | 20 |
| Octal | 66 | 137 | 154 | 62 | 14 | 0 | 72 | 302 | 41 | 40 |
| Binary | 110110 | 1011111 | 1101100 | 110010 | 1100 | 0 | 111010 | 11000010 | 100001 | 100000 |
Color Harmonies of #365F6C
Complementary color
Monochromatic Colors of #365F6C
Black with #365F6C
Text Example
Text Example
White with #365F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F6C; }
p { color: rgb(54,95,108); }
H1.HeaderClassName
{
color: #365F6C;
}
.AnyTagClassName
{
color: #365F6C;
}
</style>
background-color css
<style>
a { background-color: #365F6C; }
a { background-color: rgb(54,95,108); }
div.DivClassName
{
background-color: #365F6C;
}
.BgClassName
{
background-color: #365F6C;
}
</style>
border-color css
<style>
span { border-color: #365F6C; }
span { border-color: rgb(54,95,108); }
td.TdClassName
{
border-color: #365F6C;
}
.TagClassName
{
border-color: #365F6C;
}
</style>