Shades of Fun Blue #324B81
Tints of Fun Blue #324B81
RGB
CMYK
RGB Variations
Color information
#324B81 (or 0x324B81) is known color: Fun Blue. HEX triplet: 32, 4B and 81. RGB value is (50,75,129). Sum of RGB (Red+Green+Blue) = 50+75+129=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #324B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324B81 is #CDB47E. Grayscale: #494949. Windows color (decimal): -13481087 or 8473394. OLE color: 8473394.
HSL color Cylindrical-coordinate representation of color #324B81: hue angle of 221.01º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324B81 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 75 | 129 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.49 |
| HSL | 221.01º | 0.44% | 0.35% | - |
| HSV(B) | 221.01º | 0.61% | 0.51% | - |
| XYZ | 7.79 | 7.3 | 21.77 | - |
| YUV | 73.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 129 | 0.61 | 0.42 | 0 | 0.49 | 221.01 | 0.44 | 0.35 |
| Hex | 32 | 4B | 81 | 3D | 2A | 0 | 31 | DD | 2C | 23 |
| Octal | 62 | 113 | 201 | 75 | 52 | 0 | 61 | 335 | 54 | 43 |
| Binary | 110010 | 1001011 | 10000001 | 111101 | 101010 | 0 | 110001 | 11011101 | 101100 | 100011 |
Color Harmonies of #324B81
Complementary color
Monochromatic Colors of #324B81
Black with #324B81
Text Example
Text Example
White with #324B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B81; }
p { color: rgb(50,75,129); }
H1.HeaderClassName
{
color: #324B81;
}
.AnyTagClassName
{
color: #324B81;
}
</style>
background-color css
<style>
a { background-color: #324B81; }
a { background-color: rgb(50,75,129); }
div.DivClassName
{
background-color: #324B81;
}
.BgClassName
{
background-color: #324B81;
}
</style>
border-color css
<style>
span { border-color: #324B81; }
span { border-color: rgb(50,75,129); }
td.TdClassName
{
border-color: #324B81;
}
.TagClassName
{
border-color: #324B81;
}
</style>