Shades of Fun Blue #324A82
Tints of Fun Blue #324A82
RGB
CMYK
RGB Variations
Color information
#324A82 (or 0x324A82) is known color: Fun Blue. HEX triplet: 32, 4A and 82. RGB value is (50,74,130). Sum of RGB (Red+Green+Blue) = 50+74+130=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #324A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A82 is #CDB57D. Grayscale: #484848. Windows color (decimal): -13481342 or 8538674. OLE color: 8538674.
HSL color Cylindrical-coordinate representation of color #324A82: hue angle of 222º degrees, saturation: 0.44, 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 #324A82 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 74 | 130 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.49 |
| HSL | 222º | 0.44% | 0.35% | - |
| HSV(B) | 222º | 0.62% | 0.51% | - |
| XYZ | 7.79 | 7.19 | 22.1 | - |
| YUV | 73.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 130 | 0.62 | 0.43 | 0 | 0.49 | 222 | 0.44 | 0.35 |
| Hex | 32 | 4A | 82 | 3E | 2B | 0 | 31 | DE | 2C | 23 |
| Octal | 62 | 112 | 202 | 76 | 53 | 0 | 61 | 336 | 54 | 43 |
| Binary | 110010 | 1001010 | 10000010 | 111110 | 101011 | 0 | 110001 | 11011110 | 101100 | 100011 |
Color Harmonies of #324A82
Complementary color
Monochromatic Colors of #324A82
Black with #324A82
Text Example
Text Example
White with #324A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A82; }
p { color: rgb(50,74,130); }
H1.HeaderClassName
{
color: #324A82;
}
.AnyTagClassName
{
color: #324A82;
}
</style>
background-color css
<style>
a { background-color: #324A82; }
a { background-color: rgb(50,74,130); }
div.DivClassName
{
background-color: #324A82;
}
.BgClassName
{
background-color: #324A82;
}
</style>
border-color css
<style>
span { border-color: #324A82; }
span { border-color: rgb(50,74,130); }
td.TdClassName
{
border-color: #324A82;
}
.TagClassName
{
border-color: #324A82;
}
</style>