Shades of Fun Blue #324E7A
Tints of Fun Blue #324E7A
RGB
CMYK
RGB Variations
Color information
#324E7A (or 0x324E7A) is known color: Fun Blue. HEX triplet: 32, 4E and 7A. RGB value is (50,78,122). Sum of RGB (Red+Green+Blue) = 50+78+122=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #324E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E7A is #CDB185. Grayscale: #4A4A4A. Windows color (decimal): -13480326 or 8015410. OLE color: 8015410.
HSL color Cylindrical-coordinate representation of color #324E7A: hue angle of 216.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #324E7A is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 78 | 122 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.52 |
| HSL | 216.67º | 0.42% | 0.34% | - |
| HSV(B) | 216.67º | 0.59% | 0.48% | - |
| XYZ | 7.55 | 7.53 | 19.47 | - |
| YUV | 74.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 122 | 0.59 | 0.36 | 0 | 0.52 | 216.67 | 0.42 | 0.34 |
| Hex | 32 | 4E | 7A | 3B | 24 | 0 | 34 | D9 | 2A | 22 |
| Octal | 62 | 116 | 172 | 73 | 44 | 0 | 64 | 331 | 52 | 42 |
| Binary | 110010 | 1001110 | 1111010 | 111011 | 100100 | 0 | 110100 | 11011001 | 101010 | 100010 |
Color Harmonies of #324E7A
Complementary color
Monochromatic Colors of #324E7A
Black with #324E7A
Text Example
Text Example
White with #324E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324E7A; }
p { color: rgb(50,78,122); }
H1.HeaderClassName
{
color: #324E7A;
}
.AnyTagClassName
{
color: #324E7A;
}
</style>
background-color css
<style>
a { background-color: #324E7A; }
a { background-color: rgb(50,78,122); }
div.DivClassName
{
background-color: #324E7A;
}
.BgClassName
{
background-color: #324E7A;
}
</style>
border-color css
<style>
span { border-color: #324E7A; }
span { border-color: rgb(50,78,122); }
td.TdClassName
{
border-color: #324E7A;
}
.TagClassName
{
border-color: #324E7A;
}
</style>