Shades of Fun Blue #214381
Tints of Fun Blue #214381
RGB
CMYK
RGB Variations
Color information
#214381 (or 0x214381) is known color: Fun Blue. HEX triplet: 21, 43 and 81. RGB value is (33,67,129). Sum of RGB (Red+Green+Blue) = 33+67+129=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #214381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214381 is #DEBC7E. Grayscale: #3F3F3F. Windows color (decimal): -14597247 or 8471329. OLE color: 8471329.
HSL color Cylindrical-coordinate representation of color #214381: hue angle of 218.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214381 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 67 | 129 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.49 |
| HSL | 218.75º | 0.59% | 0.32% | - |
| HSV(B) | 218.75º | 0.74% | 0.51% | - |
| XYZ | 6.6 | 5.92 | 21.56 | - |
| YUV | 63.9 | 164.74 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 129 | 0.74 | 0.48 | 0 | 0.49 | 218.75 | 0.59 | 0.32 |
| Hex | 21 | 43 | 81 | 4A | 30 | 0 | 31 | DB | 3B | 20 |
| Octal | 41 | 103 | 201 | 112 | 60 | 0 | 61 | 333 | 73 | 40 |
| Binary | 100001 | 1000011 | 10000001 | 1001010 | 110000 | 0 | 110001 | 11011011 | 111011 | 100000 |
Color Harmonies of #214381
Complementary color
Monochromatic Colors of #214381
Black with #214381
Text Example
Text Example
White with #214381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214381; }
p { color: rgb(33,67,129); }
H1.HeaderClassName
{
color: #214381;
}
.AnyTagClassName
{
color: #214381;
}
</style>
background-color css
<style>
a { background-color: #214381; }
a { background-color: rgb(33,67,129); }
div.DivClassName
{
background-color: #214381;
}
.BgClassName
{
background-color: #214381;
}
</style>
border-color css
<style>
span { border-color: #214381; }
span { border-color: rgb(33,67,129); }
td.TdClassName
{
border-color: #214381;
}
.TagClassName
{
border-color: #214381;
}
</style>