Shades of Fun Blue #324A76
Tints of Fun Blue #324A76
RGB
CMYK
RGB Variations
Color information
#324A76 (or 0x324A76) is known color: Fun Blue. HEX triplet: 32, 4A and 76. RGB value is (50,74,118). Sum of RGB (Red+Green+Blue) = 50+74+118=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #324A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A76 is #CDB589. Grayscale: #474747. Windows color (decimal): -13481354 or 7752242. OLE color: 7752242.
HSL color Cylindrical-coordinate representation of color #324A76: hue angle of 218.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324A76 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 74 | 118 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.54 |
| HSL | 218.82º | 0.4% | 0.33% | - |
| HSV(B) | 218.82º | 0.58% | 0.46% | - |
| XYZ | 7.03 | 6.88 | 18.1 | - |
| YUV | 71.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 118 | 0.58 | 0.37 | 0 | 0.54 | 218.82 | 0.4 | 0.33 |
| Hex | 32 | 4A | 76 | 3A | 25 | 0 | 36 | DB | 28 | 21 |
| Octal | 62 | 112 | 166 | 72 | 45 | 0 | 66 | 333 | 50 | 41 |
| Binary | 110010 | 1001010 | 1110110 | 111010 | 100101 | 0 | 110110 | 11011011 | 101000 | 100001 |
Color Harmonies of #324A76
Complementary color
Monochromatic Colors of #324A76
Black with #324A76
Text Example
Text Example
White with #324A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A76; }
p { color: rgb(50,74,118); }
H1.HeaderClassName
{
color: #324A76;
}
.AnyTagClassName
{
color: #324A76;
}
</style>
background-color css
<style>
a { background-color: #324A76; }
a { background-color: rgb(50,74,118); }
div.DivClassName
{
background-color: #324A76;
}
.BgClassName
{
background-color: #324A76;
}
</style>
border-color css
<style>
span { border-color: #324A76; }
span { border-color: rgb(50,74,118); }
td.TdClassName
{
border-color: #324A76;
}
.TagClassName
{
border-color: #324A76;
}
</style>