Shades of Fun Blue #364E79
Tints of Fun Blue #364E79
RGB
CMYK
RGB Variations
Color information
#364E79 (or 0x364E79) is known color: Fun Blue. HEX triplet: 36, 4E and 79. RGB value is (54,78,121). Sum of RGB (Red+Green+Blue) = 54+78+121=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #364E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E79 is #C9B186. Grayscale: #4B4B4B. Windows color (decimal): -13218183 or 7949878. OLE color: 7949878.
HSL color Cylindrical-coordinate representation of color #364E79: hue angle of 218.51º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #364E79 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 78 | 121 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.53 |
| HSL | 218.51º | 0.38% | 0.34% | - |
| HSV(B) | 218.51º | 0.55% | 0.47% | - |
| XYZ | 7.7 | 7.61 | 19.15 | - |
| YUV | 75.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 121 | 0.55 | 0.36 | 0 | 0.53 | 218.51 | 0.38 | 0.34 |
| Hex | 36 | 4E | 79 | 37 | 24 | 0 | 35 | DB | 26 | 22 |
| Octal | 66 | 116 | 171 | 67 | 44 | 0 | 65 | 333 | 46 | 42 |
| Binary | 110110 | 1001110 | 1111001 | 110111 | 100100 | 0 | 110101 | 11011011 | 100110 | 100010 |
Color Harmonies of #364E79
Complementary color
Monochromatic Colors of #364E79
Black with #364E79
Text Example
Text Example
White with #364E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E79; }
p { color: rgb(54,78,121); }
H1.HeaderClassName
{
color: #364E79;
}
.AnyTagClassName
{
color: #364E79;
}
</style>
background-color css
<style>
a { background-color: #364E79; }
a { background-color: rgb(54,78,121); }
div.DivClassName
{
background-color: #364E79;
}
.BgClassName
{
background-color: #364E79;
}
</style>
border-color css
<style>
span { border-color: #364E79; }
span { border-color: rgb(54,78,121); }
td.TdClassName
{
border-color: #364E79;
}
.TagClassName
{
border-color: #364E79;
}
</style>