Shades of Fun Blue #214387
Tints of Fun Blue #214387
RGB
CMYK
RGB Variations
Color information
#214387 (or 0x214387) is known color: Fun Blue. HEX triplet: 21, 43 and 87. RGB value is (33,67,135). Sum of RGB (Red+Green+Blue) = 33+67+135=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #214387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214387 is #DEBC78. Grayscale: #404040. Windows color (decimal): -14597241 or 8864545. OLE color: 8864545.
HSL color Cylindrical-coordinate representation of color #214387: hue angle of 220º 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 #214387 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 67 | 135 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.47 |
| HSL | 220º | 0.61% | 0.33% | - |
| HSV(B) | 220º | 0.76% | 0.53% | - |
| XYZ | 7.01 | 6.09 | 23.73 | - |
| YUV | 64.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 135 | 0.76 | 0.50 | 0 | 0.47 | 220 | 0.61 | 0.33 |
| Hex | 21 | 43 | 87 | 4C | 32 | 0 | 2F | DC | 3D | 21 |
| Octal | 41 | 103 | 207 | 114 | 62 | 0 | 57 | 334 | 75 | 41 |
| Binary | 100001 | 1000011 | 10000111 | 1001100 | 110010 | 0 | 101111 | 11011100 | 111101 | 100001 |
Color Harmonies of #214387
Complementary color
Monochromatic Colors of #214387
Black with #214387
Text Example
Text Example
White with #214387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214387; }
p { color: rgb(33,67,135); }
H1.HeaderClassName
{
color: #214387;
}
.AnyTagClassName
{
color: #214387;
}
</style>
background-color css
<style>
a { background-color: #214387; }
a { background-color: rgb(33,67,135); }
div.DivClassName
{
background-color: #214387;
}
.BgClassName
{
background-color: #214387;
}
</style>
border-color css
<style>
span { border-color: #214387; }
span { border-color: rgb(33,67,135); }
td.TdClassName
{
border-color: #214387;
}
.TagClassName
{
border-color: #214387;
}
</style>