Shades of Fun Blue #214181
Tints of Fun Blue #214181
RGB
CMYK
RGB Variations
Color information
#214181 (or 0x214181) is known color: Fun Blue. HEX triplet: 21, 41 and 81. RGB value is (33,65,129). Sum of RGB (Red+Green+Blue) = 33+65+129=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #214181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214181 is #DEBE7E. Grayscale: #3E3E3E. Windows color (decimal): -14597759 or 8470817. OLE color: 8470817.
HSL color Cylindrical-coordinate representation of color #214181: hue angle of 220º 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 #214181 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 65 | 129 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.49 |
| HSL | 220º | 0.59% | 0.32% | - |
| HSV(B) | 220º | 0.74% | 0.51% | - |
| XYZ | 6.48 | 5.69 | 21.53 | - |
| YUV | 62.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 129 | 0.74 | 0.50 | 0 | 0.49 | 220 | 0.59 | 0.32 |
| Hex | 21 | 41 | 81 | 4A | 32 | 0 | 31 | DC | 3B | 20 |
| Octal | 41 | 101 | 201 | 112 | 62 | 0 | 61 | 334 | 73 | 40 |
| Binary | 100001 | 1000001 | 10000001 | 1001010 | 110010 | 0 | 110001 | 11011100 | 111011 | 100000 |
Color Harmonies of #214181
Complementary color
Monochromatic Colors of #214181
Black with #214181
Text Example
Text Example
White with #214181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214181; }
p { color: rgb(33,65,129); }
H1.HeaderClassName
{
color: #214181;
}
.AnyTagClassName
{
color: #214181;
}
</style>
background-color css
<style>
a { background-color: #214181; }
a { background-color: rgb(33,65,129); }
div.DivClassName
{
background-color: #214181;
}
.BgClassName
{
background-color: #214181;
}
</style>
border-color css
<style>
span { border-color: #214181; }
span { border-color: rgb(33,65,129); }
td.TdClassName
{
border-color: #214181;
}
.TagClassName
{
border-color: #214181;
}
</style>