Shades of Blumine #365568
Tints of Blumine #365568
RGB
CMYK
RGB Variations
Color information
#365568 (or 0x365568) is known color: Blumine. HEX triplet: 36, 55 and 68. RGB value is (54,85,104). Sum of RGB (Red+Green+Blue) = 54+85+104=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #365568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365568 is #C9AA97. Grayscale: #4D4D4D. Windows color (decimal): -13216408 or 6837558. OLE color: 6837558.
HSL color Cylindrical-coordinate representation of color #365568: hue angle of 202.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 #365568 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 85 | 104 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.59 |
| HSL | 202.8º | 0.32% | 0.31% | - |
| HSV(B) | 202.8º | 0.48% | 0.41% | - |
| XYZ | 7.27 | 8.28 | 14.31 | - |
| YUV | 77.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 104 | 0.48 | 0.18 | 0 | 0.59 | 202.8 | 0.32 | 0.31 |
| Hex | 36 | 55 | 68 | 30 | 12 | 0 | 3B | CB | 20 | 1F |
| Octal | 66 | 125 | 150 | 60 | 22 | 0 | 73 | 313 | 40 | 37 |
| Binary | 110110 | 1010101 | 1101000 | 110000 | 10010 | 0 | 111011 | 11001011 | 100000 | 11111 |
Color Harmonies of #365568
Complementary color
Monochromatic Colors of #365568
Black with #365568
Text Example
Text Example
White with #365568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365568; }
p { color: rgb(54,85,104); }
H1.HeaderClassName
{
color: #365568;
}
.AnyTagClassName
{
color: #365568;
}
</style>
background-color css
<style>
a { background-color: #365568; }
a { background-color: rgb(54,85,104); }
div.DivClassName
{
background-color: #365568;
}
.BgClassName
{
background-color: #365568;
}
</style>
border-color css
<style>
span { border-color: #365568; }
span { border-color: rgb(54,85,104); }
td.TdClassName
{
border-color: #365568;
}
.TagClassName
{
border-color: #365568;
}
</style>