Shades of Fun Blue #214386
Tints of Fun Blue #214386
RGB
CMYK
RGB Variations
Color information
#214386 (or 0x214386) is known color: Fun Blue. HEX triplet: 21, 43 and 86. RGB value is (33,67,134). Sum of RGB (Red+Green+Blue) = 33+67+134=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #214386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214386 is #DEBC79. Grayscale: #404040. Windows color (decimal): -14597242 or 8799009. OLE color: 8799009.
HSL color Cylindrical-coordinate representation of color #214386: hue angle of 219.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214386 is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 67 | 134 | - |
| CMYK | 0.75 | 0.5 | 0 | 0.47 |
| HSL | 219.8º | 0.6% | 0.33% | - |
| HSV(B) | 219.8º | 0.75% | 0.53% | - |
| XYZ | 6.94 | 6.06 | 23.36 | - |
| YUV | 64.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 134 | 0.75 | 0.5 | 0 | 0.47 | 219.8 | 0.6 | 0.33 |
| Hex | 21 | 43 | 86 | 4B | 32 | 0 | 2F | DC | 3C | 21 |
| Octal | 41 | 103 | 206 | 113 | 62 | 0 | 57 | 334 | 74 | 41 |
| Binary | 100001 | 1000011 | 10000110 | 1001011 | 110010 | 0 | 101111 | 11011100 | 111100 | 100001 |
Color Harmonies of #214386
Complementary color
Monochromatic Colors of #214386
Black with #214386
Text Example
Text Example
White with #214386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214386; }
p { color: rgb(33,67,134); }
H1.HeaderClassName
{
color: #214386;
}
.AnyTagClassName
{
color: #214386;
}
</style>
background-color css
<style>
a { background-color: #214386; }
a { background-color: rgb(33,67,134); }
div.DivClassName
{
background-color: #214386;
}
.BgClassName
{
background-color: #214386;
}
</style>
border-color css
<style>
span { border-color: #214386; }
span { border-color: rgb(33,67,134); }
td.TdClassName
{
border-color: #214386;
}
.TagClassName
{
border-color: #214386;
}
</style>