Shades of Fun Blue #324977
Tints of Fun Blue #324977
RGB
CMYK
RGB Variations
Color information
#324977 (or 0x324977) is known color: Fun Blue. HEX triplet: 32, 49 and 77. RGB value is (50,73,119). Sum of RGB (Red+Green+Blue) = 50+73+119=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #324977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324977 is #CDB688. Grayscale: #474747. Windows color (decimal): -13481609 or 7817522. OLE color: 7817522.
HSL color Cylindrical-coordinate representation of color #324977: hue angle of 220º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324977 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 73 | 119 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.53 |
| HSL | 220º | 0.41% | 0.33% | - |
| HSV(B) | 220º | 0.58% | 0.47% | - |
| XYZ | 7.03 | 6.78 | 18.39 | - |
| YUV | 71.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 119 | 0.58 | 0.39 | 0 | 0.53 | 220 | 0.41 | 0.33 |
| Hex | 32 | 49 | 77 | 3A | 27 | 0 | 35 | DC | 29 | 21 |
| Octal | 62 | 111 | 167 | 72 | 47 | 0 | 65 | 334 | 51 | 41 |
| Binary | 110010 | 1001001 | 1110111 | 111010 | 100111 | 0 | 110101 | 11011100 | 101001 | 100001 |
Color Harmonies of #324977
Complementary color
Monochromatic Colors of #324977
Black with #324977
Text Example
Text Example
White with #324977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324977; }
p { color: rgb(50,73,119); }
H1.HeaderClassName
{
color: #324977;
}
.AnyTagClassName
{
color: #324977;
}
</style>
background-color css
<style>
a { background-color: #324977; }
a { background-color: rgb(50,73,119); }
div.DivClassName
{
background-color: #324977;
}
.BgClassName
{
background-color: #324977;
}
</style>
border-color css
<style>
span { border-color: #324977; }
span { border-color: rgb(50,73,119); }
td.TdClassName
{
border-color: #324977;
}
.TagClassName
{
border-color: #324977;
}
</style>