Shades of Blumine #365C68
Tints of Blumine #365C68
RGB
CMYK
RGB Variations
Color information
#365C68 (or 0x365C68) is known color: Blumine. HEX triplet: 36, 5C and 68. RGB value is (54,92,104). Sum of RGB (Red+Green+Blue) = 54+92+104=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #365C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C68 is #C9A397. Grayscale: #515151. Windows color (decimal): -13214616 or 6839350. OLE color: 6839350.
HSL color Cylindrical-coordinate representation of color #365C68: hue angle of 194.4º 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 #365C68 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 92 | 104 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.59 |
| HSL | 194.4º | 0.32% | 0.31% | - |
| HSV(B) | 194.4º | 0.48% | 0.41% | - |
| XYZ | 7.85 | 9.44 | 14.5 | - |
| YUV | 82.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 104 | 0.48 | 0.12 | 0 | 0.59 | 194.4 | 0.32 | 0.31 |
| Hex | 36 | 5C | 68 | 30 | C | 0 | 3B | C2 | 20 | 1F |
| Octal | 66 | 134 | 150 | 60 | 14 | 0 | 73 | 302 | 40 | 37 |
| Binary | 110110 | 1011100 | 1101000 | 110000 | 1100 | 0 | 111011 | 11000010 | 100000 | 11111 |
Color Harmonies of #365C68
Complementary color
Monochromatic Colors of #365C68
Black with #365C68
Text Example
Text Example
White with #365C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C68; }
p { color: rgb(54,92,104); }
H1.HeaderClassName
{
color: #365C68;
}
.AnyTagClassName
{
color: #365C68;
}
</style>
background-color css
<style>
a { background-color: #365C68; }
a { background-color: rgb(54,92,104); }
div.DivClassName
{
background-color: #365C68;
}
.BgClassName
{
background-color: #365C68;
}
</style>
border-color css
<style>
span { border-color: #365C68; }
span { border-color: rgb(54,92,104); }
td.TdClassName
{
border-color: #365C68;
}
.TagClassName
{
border-color: #365C68;
}
</style>