Shades of Fun Blue #365186
Tints of Fun Blue #365186
RGB
CMYK
RGB Variations
Color information
#365186 (or 0x365186) is known color: Fun Blue. HEX triplet: 36, 51 and 86. RGB value is (54,81,134). Sum of RGB (Red+Green+Blue) = 54+81+134=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #365186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365186 is #C9AE79. Grayscale: #4E4E4E. Windows color (decimal): -13217402 or 8802614. OLE color: 8802614.
HSL color Cylindrical-coordinate representation of color #365186: hue angle of 219.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365186 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 81 | 134 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.47 |
| HSL | 219.75º | 0.43% | 0.37% | - |
| HSV(B) | 219.75º | 0.6% | 0.53% | - |
| XYZ | 8.77 | 8.39 | 23.71 | - |
| YUV | 78.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 134 | 0.60 | 0.40 | 0 | 0.47 | 219.75 | 0.43 | 0.37 |
| Hex | 36 | 51 | 86 | 3C | 28 | 0 | 2F | DC | 2B | 25 |
| Octal | 66 | 121 | 206 | 74 | 50 | 0 | 57 | 334 | 53 | 45 |
| Binary | 110110 | 1010001 | 10000110 | 111100 | 101000 | 0 | 101111 | 11011100 | 101011 | 100101 |
Color Harmonies of #365186
Complementary color
Monochromatic Colors of #365186
Black with #365186
Text Example
Text Example
White with #365186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365186; }
p { color: rgb(54,81,134); }
H1.HeaderClassName
{
color: #365186;
}
.AnyTagClassName
{
color: #365186;
}
</style>
background-color css
<style>
a { background-color: #365186; }
a { background-color: rgb(54,81,134); }
div.DivClassName
{
background-color: #365186;
}
.BgClassName
{
background-color: #365186;
}
</style>
border-color css
<style>
span { border-color: #365186; }
span { border-color: rgb(54,81,134); }
td.TdClassName
{
border-color: #365186;
}
.TagClassName
{
border-color: #365186;
}
</style>