Shades of Blumine #365A68
Tints of Blumine #365A68
RGB
CMYK
RGB Variations
Color information
#365A68 (or 0x365A68) is known color: Blumine. HEX triplet: 36, 5A and 68. RGB value is (54,90,104). Sum of RGB (Red+Green+Blue) = 54+90+104=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #365A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A68 is #C9A597. Grayscale: #505050. Windows color (decimal): -13215128 or 6838838. OLE color: 6838838.
HSL color Cylindrical-coordinate representation of color #365A68: hue angle of 196.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 #365A68 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 90 | 104 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.59 |
| HSL | 196.8º | 0.32% | 0.31% | - |
| HSV(B) | 196.8º | 0.48% | 0.41% | - |
| XYZ | 7.68 | 9.1 | 14.45 | - |
| YUV | 80.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 104 | 0.48 | 0.13 | 0 | 0.59 | 196.8 | 0.32 | 0.31 |
| Hex | 36 | 5A | 68 | 30 | D | 0 | 3B | C5 | 20 | 1F |
| Octal | 66 | 132 | 150 | 60 | 15 | 0 | 73 | 305 | 40 | 37 |
| Binary | 110110 | 1011010 | 1101000 | 110000 | 1101 | 0 | 111011 | 11000101 | 100000 | 11111 |
Color Harmonies of #365A68
Complementary color
Monochromatic Colors of #365A68
Black with #365A68
Text Example
Text Example
White with #365A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A68; }
p { color: rgb(54,90,104); }
H1.HeaderClassName
{
color: #365A68;
}
.AnyTagClassName
{
color: #365A68;
}
</style>
background-color css
<style>
a { background-color: #365A68; }
a { background-color: rgb(54,90,104); }
div.DivClassName
{
background-color: #365A68;
}
.BgClassName
{
background-color: #365A68;
}
</style>
border-color css
<style>
span { border-color: #365A68; }
span { border-color: rgb(54,90,104); }
td.TdClassName
{
border-color: #365A68;
}
.TagClassName
{
border-color: #365A68;
}
</style>