Shades of Fun Blue #365184
Tints of Fun Blue #365184
RGB
CMYK
RGB Variations
Color information
#365184 (or 0x365184) is known color: Fun Blue. HEX triplet: 36, 51 and 84. RGB value is (54,81,132). Sum of RGB (Red+Green+Blue) = 54+81+132=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #365184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365184 is #C9AE7B. Grayscale: #4E4E4E. Windows color (decimal): -13217404 or 8671542. OLE color: 8671542.
HSL color Cylindrical-coordinate representation of color #365184: hue angle of 219.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365184 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 81 | 132 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.48 |
| HSL | 219.23º | 0.42% | 0.36% | - |
| HSV(B) | 219.23º | 0.59% | 0.52% | - |
| XYZ | 8.63 | 8.34 | 22.98 | - |
| YUV | 78.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 132 | 0.59 | 0.39 | 0 | 0.48 | 219.23 | 0.42 | 0.36 |
| Hex | 36 | 51 | 84 | 3B | 27 | 0 | 30 | DB | 2A | 24 |
| Octal | 66 | 121 | 204 | 73 | 47 | 0 | 60 | 333 | 52 | 44 |
| Binary | 110110 | 1010001 | 10000100 | 111011 | 100111 | 0 | 110000 | 11011011 | 101010 | 100100 |
Color Harmonies of #365184
Complementary color
Monochromatic Colors of #365184
Black with #365184
Text Example
Text Example
White with #365184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365184; }
p { color: rgb(54,81,132); }
H1.HeaderClassName
{
color: #365184;
}
.AnyTagClassName
{
color: #365184;
}
</style>
background-color css
<style>
a { background-color: #365184; }
a { background-color: rgb(54,81,132); }
div.DivClassName
{
background-color: #365184;
}
.BgClassName
{
background-color: #365184;
}
</style>
border-color css
<style>
span { border-color: #365184; }
span { border-color: rgb(54,81,132); }
td.TdClassName
{
border-color: #365184;
}
.TagClassName
{
border-color: #365184;
}
</style>