Shades of Fun Blue #214388
Tints of Fun Blue #214388
RGB
CMYK
RGB Variations
Color information
#214388 (or 0x214388) is known color: Fun Blue. HEX triplet: 21, 43 and 88. RGB value is (33,67,136). Sum of RGB (Red+Green+Blue) = 33+67+136=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #214388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214388 is #DEBC77. Grayscale: #404040. Windows color (decimal): -14597240 or 8930081. OLE color: 8930081.
HSL color Cylindrical-coordinate representation of color #214388: hue angle of 220.19º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214388 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 67 | 136 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.47 |
| HSL | 220.19º | 0.61% | 0.33% | - |
| HSV(B) | 220.19º | 0.76% | 0.53% | - |
| XYZ | 7.08 | 6.12 | 24.1 | - |
| YUV | 64.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 136 | 0.76 | 0.51 | 0 | 0.47 | 220.19 | 0.61 | 0.33 |
| Hex | 21 | 43 | 88 | 4C | 33 | 0 | 2F | DC | 3D | 21 |
| Octal | 41 | 103 | 210 | 114 | 63 | 0 | 57 | 334 | 75 | 41 |
| Binary | 100001 | 1000011 | 10001000 | 1001100 | 110011 | 0 | 101111 | 11011100 | 111101 | 100001 |
Color Harmonies of #214388
Complementary color
Monochromatic Colors of #214388
Black with #214388
Text Example
Text Example
White with #214388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214388; }
p { color: rgb(33,67,136); }
H1.HeaderClassName
{
color: #214388;
}
.AnyTagClassName
{
color: #214388;
}
</style>
background-color css
<style>
a { background-color: #214388; }
a { background-color: rgb(33,67,136); }
div.DivClassName
{
background-color: #214388;
}
.BgClassName
{
background-color: #214388;
}
</style>
border-color css
<style>
span { border-color: #214388; }
span { border-color: rgb(33,67,136); }
td.TdClassName
{
border-color: #214388;
}
.TagClassName
{
border-color: #214388;
}
</style>