Shades of Blumine #365F74
Tints of Blumine #365F74
RGB
CMYK
RGB Variations
Color information
#365F74 (or 0x365F74) is known color: Blumine. HEX triplet: 36, 5F and 74. RGB value is (54,95,116). Sum of RGB (Red+Green+Blue) = 54+95+116=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #365F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F74 is #C9A08B. Grayscale: #555555. Windows color (decimal): -13213836 or 7626550. OLE color: 7626550.
HSL color Cylindrical-coordinate representation of color #365F74: hue angle of 200.32º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365F74 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 95 | 116 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.55 |
| HSL | 200.32º | 0.36% | 0.33% | - |
| HSV(B) | 200.32º | 0.53% | 0.45% | - |
| XYZ | 8.77 | 10.23 | 18.04 | - |
| YUV | 85.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 116 | 0.53 | 0.18 | 0 | 0.55 | 200.32 | 0.36 | 0.33 |
| Hex | 36 | 5F | 74 | 35 | 12 | 0 | 37 | C8 | 24 | 21 |
| Octal | 66 | 137 | 164 | 65 | 22 | 0 | 67 | 310 | 44 | 41 |
| Binary | 110110 | 1011111 | 1110100 | 110101 | 10010 | 0 | 110111 | 11001000 | 100100 | 100001 |
Color Harmonies of #365F74
Complementary color
Monochromatic Colors of #365F74
Black with #365F74
Text Example
Text Example
White with #365F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F74; }
p { color: rgb(54,95,116); }
H1.HeaderClassName
{
color: #365F74;
}
.AnyTagClassName
{
color: #365F74;
}
</style>
background-color css
<style>
a { background-color: #365F74; }
a { background-color: rgb(54,95,116); }
div.DivClassName
{
background-color: #365F74;
}
.BgClassName
{
background-color: #365F74;
}
</style>
border-color css
<style>
span { border-color: #365F74; }
span { border-color: rgb(54,95,116); }
td.TdClassName
{
border-color: #365F74;
}
.TagClassName
{
border-color: #365F74;
}
</style>