Shades of Fun Blue #214485
Tints of Fun Blue #214485
RGB
CMYK
RGB Variations
Color information
#214485 (or 0x214485) is known color: Fun Blue. HEX triplet: 21, 44 and 85. RGB value is (33,68,133). Sum of RGB (Red+Green+Blue) = 33+68+133=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #214485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214485 is #DEBB7A. Grayscale: #404040. Windows color (decimal): -14596987 or 8733729. OLE color: 8733729.
HSL color Cylindrical-coordinate representation of color #214485: hue angle of 219º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214485 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 68 | 133 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.48 |
| HSL | 219º | 0.6% | 0.33% | - |
| HSV(B) | 219º | 0.75% | 0.52% | - |
| XYZ | 6.93 | 6.15 | 23.01 | - |
| YUV | 64.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 133 | 0.75 | 0.49 | 0 | 0.48 | 219 | 0.6 | 0.33 |
| Hex | 21 | 44 | 85 | 4B | 31 | 0 | 30 | DB | 3C | 21 |
| Octal | 41 | 104 | 205 | 113 | 61 | 0 | 60 | 333 | 74 | 41 |
| Binary | 100001 | 1000100 | 10000101 | 1001011 | 110001 | 0 | 110000 | 11011011 | 111100 | 100001 |
Color Harmonies of #214485
Complementary color
Monochromatic Colors of #214485
Black with #214485
Text Example
Text Example
White with #214485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214485; }
p { color: rgb(33,68,133); }
H1.HeaderClassName
{
color: #214485;
}
.AnyTagClassName
{
color: #214485;
}
</style>
background-color css
<style>
a { background-color: #214485; }
a { background-color: rgb(33,68,133); }
div.DivClassName
{
background-color: #214485;
}
.BgClassName
{
background-color: #214485;
}
</style>
border-color css
<style>
span { border-color: #214485; }
span { border-color: rgb(33,68,133); }
td.TdClassName
{
border-color: #214485;
}
.TagClassName
{
border-color: #214485;
}
</style>