Shades of Blumine #365C71
Tints of Blumine #365C71
RGB
CMYK
RGB Variations
Color information
#365C71 (or 0x365C71) is known color: Blumine. HEX triplet: 36, 5C and 71. RGB value is (54,92,113). Sum of RGB (Red+Green+Blue) = 54+92+113=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #365C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C71 is #C9A38E. Grayscale: #525252. Windows color (decimal): -13214607 or 7429174. OLE color: 7429174.
HSL color Cylindrical-coordinate representation of color #365C71: hue angle of 201.36º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #365C71 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 92 | 113 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.56 |
| HSL | 201.36º | 0.35% | 0.33% | - |
| HSV(B) | 201.36º | 0.52% | 0.44% | - |
| XYZ | 8.33 | 9.63 | 17.04 | - |
| YUV | 83.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 113 | 0.52 | 0.19 | 0 | 0.56 | 201.36 | 0.35 | 0.33 |
| Hex | 36 | 5C | 71 | 34 | 13 | 0 | 38 | C9 | 23 | 21 |
| Octal | 66 | 134 | 161 | 64 | 23 | 0 | 70 | 311 | 43 | 41 |
| Binary | 110110 | 1011100 | 1110001 | 110100 | 10011 | 0 | 111000 | 11001001 | 100011 | 100001 |
Color Harmonies of #365C71
Complementary color
Monochromatic Colors of #365C71
Black with #365C71
Text Example
Text Example
White with #365C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C71; }
p { color: rgb(54,92,113); }
H1.HeaderClassName
{
color: #365C71;
}
.AnyTagClassName
{
color: #365C71;
}
</style>
background-color css
<style>
a { background-color: #365C71; }
a { background-color: rgb(54,92,113); }
div.DivClassName
{
background-color: #365C71;
}
.BgClassName
{
background-color: #365C71;
}
</style>
border-color css
<style>
span { border-color: #365C71; }
span { border-color: rgb(54,92,113); }
td.TdClassName
{
border-color: #365C71;
}
.TagClassName
{
border-color: #365C71;
}
</style>