Shades of Fun Blue #214683
Tints of Fun Blue #214683
RGB
CMYK
RGB Variations
Color information
#214683 (or 0x214683) is known color: Fun Blue. HEX triplet: 21, 46 and 83. RGB value is (33,70,131). Sum of RGB (Red+Green+Blue) = 33+70+131=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #214683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214683 is #DEB97C. Grayscale: #414141. Windows color (decimal): -14596477 or 8603169. OLE color: 8603169.
HSL color Cylindrical-coordinate representation of color #214683: hue angle of 217.35º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214683 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 70 | 131 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.49 |
| HSL | 217.35º | 0.6% | 0.32% | - |
| HSV(B) | 217.35º | 0.75% | 0.51% | - |
| XYZ | 6.91 | 6.34 | 22.33 | - |
| YUV | 65.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 131 | 0.75 | 0.47 | 0 | 0.49 | 217.35 | 0.6 | 0.32 |
| Hex | 21 | 46 | 83 | 4B | 2F | 0 | 31 | D9 | 3C | 20 |
| Octal | 41 | 106 | 203 | 113 | 57 | 0 | 61 | 331 | 74 | 40 |
| Binary | 100001 | 1000110 | 10000011 | 1001011 | 101111 | 0 | 110001 | 11011001 | 111100 | 100000 |
Color Harmonies of #214683
Complementary color
Monochromatic Colors of #214683
Black with #214683
Text Example
Text Example
White with #214683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214683; }
p { color: rgb(33,70,131); }
H1.HeaderClassName
{
color: #214683;
}
.AnyTagClassName
{
color: #214683;
}
</style>
background-color css
<style>
a { background-color: #214683; }
a { background-color: rgb(33,70,131); }
div.DivClassName
{
background-color: #214683;
}
.BgClassName
{
background-color: #214683;
}
</style>
border-color css
<style>
span { border-color: #214683; }
span { border-color: rgb(33,70,131); }
td.TdClassName
{
border-color: #214683;
}
.TagClassName
{
border-color: #214683;
}
</style>