Shades of Fun Blue #324C83
Tints of Fun Blue #324C83
RGB
CMYK
RGB Variations
Color information
#324C83 (or 0x324C83) is known color: Fun Blue. HEX triplet: 32, 4C and 83. RGB value is (50,76,131). Sum of RGB (Red+Green+Blue) = 50+76+131=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #324C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C83 is #CDB37C. Grayscale: #4A4A4A. Windows color (decimal): -13480829 or 8604722. OLE color: 8604722.
HSL color Cylindrical-coordinate representation of color #324C83: hue angle of 220.74º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324C83 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 76 | 131 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.49 |
| HSL | 220.74º | 0.45% | 0.35% | - |
| HSV(B) | 220.74º | 0.62% | 0.51% | - |
| XYZ | 8 | 7.49 | 22.5 | - |
| YUV | 74.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 131 | 0.62 | 0.42 | 0 | 0.49 | 220.74 | 0.45 | 0.35 |
| Hex | 32 | 4C | 83 | 3E | 2A | 0 | 31 | DD | 2D | 23 |
| Octal | 62 | 114 | 203 | 76 | 52 | 0 | 61 | 335 | 55 | 43 |
| Binary | 110010 | 1001100 | 10000011 | 111110 | 101010 | 0 | 110001 | 11011101 | 101101 | 100011 |
Color Harmonies of #324C83
Complementary color
Monochromatic Colors of #324C83
Black with #324C83
Text Example
Text Example
White with #324C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C83; }
p { color: rgb(50,76,131); }
H1.HeaderClassName
{
color: #324C83;
}
.AnyTagClassName
{
color: #324C83;
}
</style>
background-color css
<style>
a { background-color: #324C83; }
a { background-color: rgb(50,76,131); }
div.DivClassName
{
background-color: #324C83;
}
.BgClassName
{
background-color: #324C83;
}
</style>
border-color css
<style>
span { border-color: #324C83; }
span { border-color: rgb(50,76,131); }
td.TdClassName
{
border-color: #324C83;
}
.TagClassName
{
border-color: #324C83;
}
</style>