Shades of Blumine #365C75
Tints of Blumine #365C75
RGB
CMYK
RGB Variations
Color information
#365C75 (or 0x365C75) is known color: Blumine. HEX triplet: 36, 5C and 75. RGB value is (54,92,117). Sum of RGB (Red+Green+Blue) = 54+92+117=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #365C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C75 is #C9A38A. Grayscale: #535353. Windows color (decimal): -13214603 or 7691318. OLE color: 7691318.
HSL color Cylindrical-coordinate representation of color #365C75: hue angle of 203.81º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #365C75 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 92 | 117 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.54 |
| HSL | 203.81º | 0.37% | 0.34% | - |
| HSV(B) | 203.81º | 0.54% | 0.46% | - |
| XYZ | 8.56 | 9.72 | 18.26 | - |
| YUV | 83.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 117 | 0.54 | 0.21 | 0 | 0.54 | 203.81 | 0.37 | 0.34 |
| Hex | 36 | 5C | 75 | 36 | 15 | 0 | 36 | CC | 25 | 22 |
| Octal | 66 | 134 | 165 | 66 | 25 | 0 | 66 | 314 | 45 | 42 |
| Binary | 110110 | 1011100 | 1110101 | 110110 | 10101 | 0 | 110110 | 11001100 | 100101 | 100010 |
Color Harmonies of #365C75
Complementary color
Monochromatic Colors of #365C75
Black with #365C75
Text Example
Text Example
White with #365C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C75; }
p { color: rgb(54,92,117); }
H1.HeaderClassName
{
color: #365C75;
}
.AnyTagClassName
{
color: #365C75;
}
</style>
background-color css
<style>
a { background-color: #365C75; }
a { background-color: rgb(54,92,117); }
div.DivClassName
{
background-color: #365C75;
}
.BgClassName
{
background-color: #365C75;
}
</style>
border-color css
<style>
span { border-color: #365C75; }
span { border-color: rgb(54,92,117); }
td.TdClassName
{
border-color: #365C75;
}
.TagClassName
{
border-color: #365C75;
}
</style>