Shades of Fun Blue #364C80
Tints of Fun Blue #364C80
RGB
CMYK
RGB Variations
Color information
#364C80 (or 0x364C80) is known color: Fun Blue. HEX triplet: 36, 4C and 80. RGB value is (54,76,128). Sum of RGB (Red+Green+Blue) = 54+76+128=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #364C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C80 is #C9B37F. Grayscale: #4B4B4B. Windows color (decimal): -13218688 or 8408118. OLE color: 8408118.
HSL color Cylindrical-coordinate representation of color #364C80: hue angle of 222.16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364C80 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 76 | 128 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.50 |
| HSL | 222.16º | 0.41% | 0.36% | - |
| HSV(B) | 222.16º | 0.58% | 0.5% | - |
| XYZ | 8 | 7.51 | 21.45 | - |
| YUV | 75.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 128 | 0.58 | 0.41 | 0 | 0.50 | 222.16 | 0.41 | 0.36 |
| Hex | 36 | 4C | 80 | 3A | 29 | 0 | 32 | DE | 29 | 24 |
| Octal | 66 | 114 | 200 | 72 | 51 | 0 | 62 | 336 | 51 | 44 |
| Binary | 110110 | 1001100 | 10000000 | 111010 | 101001 | 0 | 110010 | 11011110 | 101001 | 100100 |
Color Harmonies of #364C80
Complementary color
Monochromatic Colors of #364C80
Black with #364C80
Text Example
Text Example
White with #364C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C80; }
p { color: rgb(54,76,128); }
H1.HeaderClassName
{
color: #364C80;
}
.AnyTagClassName
{
color: #364C80;
}
</style>
background-color css
<style>
a { background-color: #364C80; }
a { background-color: rgb(54,76,128); }
div.DivClassName
{
background-color: #364C80;
}
.BgClassName
{
background-color: #364C80;
}
</style>
border-color css
<style>
span { border-color: #364C80; }
span { border-color: rgb(54,76,128); }
td.TdClassName
{
border-color: #364C80;
}
.TagClassName
{
border-color: #364C80;
}
</style>