Shades of Fun Blue #214186
Tints of Fun Blue #214186
RGB
CMYK
RGB Variations
Color information
#214186 (or 0x214186) is known color: Fun Blue. HEX triplet: 21, 41 and 86. RGB value is (33,65,134). Sum of RGB (Red+Green+Blue) = 33+65+134=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #214186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214186 is #DEBE79. Grayscale: #3E3E3E. Windows color (decimal): -14597754 or 8798497. OLE color: 8798497.
HSL color Cylindrical-coordinate representation of color #214186: hue angle of 220.99º 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 #214186 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 65 | 134 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.47 |
| HSL | 220.99º | 0.6% | 0.33% | - |
| HSV(B) | 220.99º | 0.75% | 0.53% | - |
| XYZ | 6.82 | 5.83 | 23.32 | - |
| YUV | 63.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 134 | 0.75 | 0.51 | 0 | 0.47 | 220.99 | 0.6 | 0.33 |
| Hex | 21 | 41 | 86 | 4B | 33 | 0 | 2F | DD | 3C | 21 |
| Octal | 41 | 101 | 206 | 113 | 63 | 0 | 57 | 335 | 74 | 41 |
| Binary | 100001 | 1000001 | 10000110 | 1001011 | 110011 | 0 | 101111 | 11011101 | 111100 | 100001 |
Color Harmonies of #214186
Complementary color
Monochromatic Colors of #214186
Black with #214186
Text Example
Text Example
White with #214186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214186; }
p { color: rgb(33,65,134); }
H1.HeaderClassName
{
color: #214186;
}
.AnyTagClassName
{
color: #214186;
}
</style>
background-color css
<style>
a { background-color: #214186; }
a { background-color: rgb(33,65,134); }
div.DivClassName
{
background-color: #214186;
}
.BgClassName
{
background-color: #214186;
}
</style>
border-color css
<style>
span { border-color: #214186; }
span { border-color: rgb(33,65,134); }
td.TdClassName
{
border-color: #214186;
}
.TagClassName
{
border-color: #214186;
}
</style>