Shades of Blumine #365A6C
Tints of Blumine #365A6C
RGB
CMYK
RGB Variations
Color information
#365A6C (or 0x365A6C) is known color: Blumine. HEX triplet: 36, 5A and 6C. RGB value is (54,90,108). Sum of RGB (Red+Green+Blue) = 54+90+108=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #365A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A6C is #C9A593. Grayscale: #515151. Windows color (decimal): -13215124 or 7100982. OLE color: 7100982.
HSL color Cylindrical-coordinate representation of color #365A6C: hue angle of 200º 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 #365A6C is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 90 | 108 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.58 |
| HSL | 200º | 0.33% | 0.32% | - |
| HSV(B) | 200º | 0.5% | 0.42% | - |
| XYZ | 7.88 | 9.18 | 15.54 | - |
| YUV | 81.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 108 | 0.50 | 0.17 | 0 | 0.58 | 200 | 0.33 | 0.32 |
| Hex | 36 | 5A | 6C | 32 | 11 | 0 | 3A | C8 | 21 | 20 |
| Octal | 66 | 132 | 154 | 62 | 21 | 0 | 72 | 310 | 41 | 40 |
| Binary | 110110 | 1011010 | 1101100 | 110010 | 10001 | 0 | 111010 | 11001000 | 100001 | 100000 |
Color Harmonies of #365A6C
Complementary color
Monochromatic Colors of #365A6C
Black with #365A6C
Text Example
Text Example
White with #365A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A6C; }
p { color: rgb(54,90,108); }
H1.HeaderClassName
{
color: #365A6C;
}
.AnyTagClassName
{
color: #365A6C;
}
</style>
background-color css
<style>
a { background-color: #365A6C; }
a { background-color: rgb(54,90,108); }
div.DivClassName
{
background-color: #365A6C;
}
.BgClassName
{
background-color: #365A6C;
}
</style>
border-color css
<style>
span { border-color: #365A6C; }
span { border-color: rgb(54,90,108); }
td.TdClassName
{
border-color: #365A6C;
}
.TagClassName
{
border-color: #365A6C;
}
</style>