Shades of Fun Blue #214380
Tints of Fun Blue #214380
RGB
CMYK
RGB Variations
Color information
#214380 (or 0x214380) is known color: Fun Blue. HEX triplet: 21, 43 and 80. RGB value is (33,67,128). Sum of RGB (Red+Green+Blue) = 33+67+128=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #214380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214380 is #DEBC7F. Grayscale: #3F3F3F. Windows color (decimal): -14597248 or 8405793. OLE color: 8405793.
HSL color Cylindrical-coordinate representation of color #214380: hue angle of 218.53º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214380 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 67 | 128 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.50 |
| HSL | 218.53º | 0.59% | 0.32% | - |
| HSV(B) | 218.53º | 0.74% | 0.5% | - |
| XYZ | 6.53 | 5.9 | 21.22 | - |
| YUV | 63.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 128 | 0.74 | 0.48 | 0 | 0.50 | 218.53 | 0.59 | 0.32 |
| Hex | 21 | 43 | 80 | 4A | 30 | 0 | 32 | DB | 3B | 20 |
| Octal | 41 | 103 | 200 | 112 | 60 | 0 | 62 | 333 | 73 | 40 |
| Binary | 100001 | 1000011 | 10000000 | 1001010 | 110000 | 0 | 110010 | 11011011 | 111011 | 100000 |
Color Harmonies of #214380
Complementary color
Monochromatic Colors of #214380
Black with #214380
Text Example
Text Example
White with #214380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214380; }
p { color: rgb(33,67,128); }
H1.HeaderClassName
{
color: #214380;
}
.AnyTagClassName
{
color: #214380;
}
</style>
background-color css
<style>
a { background-color: #214380; }
a { background-color: rgb(33,67,128); }
div.DivClassName
{
background-color: #214380;
}
.BgClassName
{
background-color: #214380;
}
</style>
border-color css
<style>
span { border-color: #214380; }
span { border-color: rgb(33,67,128); }
td.TdClassName
{
border-color: #214380;
}
.TagClassName
{
border-color: #214380;
}
</style>