Shades of Fun Blue #365389
Tints of Fun Blue #365389
RGB
CMYK
RGB Variations
Color information
#365389 (or 0x365389) is known color: Fun Blue. HEX triplet: 36, 53 and 89. RGB value is (54,83,137). Sum of RGB (Red+Green+Blue) = 54+83+137=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #365389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365389 is #C9AC76. Grayscale: #505050. Windows color (decimal): -13216887 or 8999734. OLE color: 8999734.
HSL color Cylindrical-coordinate representation of color #365389: hue angle of 219.04º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365389 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 83 | 137 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.46 |
| HSL | 219.04º | 0.43% | 0.37% | - |
| HSV(B) | 219.04º | 0.61% | 0.54% | - |
| XYZ | 9.13 | 8.78 | 24.88 | - |
| YUV | 80.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 137 | 0.61 | 0.39 | 0 | 0.46 | 219.04 | 0.43 | 0.37 |
| Hex | 36 | 53 | 89 | 3D | 27 | 0 | 2E | DB | 2B | 25 |
| Octal | 66 | 123 | 211 | 75 | 47 | 0 | 56 | 333 | 53 | 45 |
| Binary | 110110 | 1010011 | 10001001 | 111101 | 100111 | 0 | 101110 | 11011011 | 101011 | 100101 |
Color Harmonies of #365389
Complementary color
Monochromatic Colors of #365389
Black with #365389
Text Example
Text Example
White with #365389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365389; }
p { color: rgb(54,83,137); }
H1.HeaderClassName
{
color: #365389;
}
.AnyTagClassName
{
color: #365389;
}
</style>
background-color css
<style>
a { background-color: #365389; }
a { background-color: rgb(54,83,137); }
div.DivClassName
{
background-color: #365389;
}
.BgClassName
{
background-color: #365389;
}
</style>
border-color css
<style>
span { border-color: #365389; }
span { border-color: rgb(54,83,137); }
td.TdClassName
{
border-color: #365389;
}
.TagClassName
{
border-color: #365389;
}
</style>