Shades of Fun Blue #214385
Tints of Fun Blue #214385
RGB
CMYK
RGB Variations
Color information
#214385 (or 0x214385) is known color: Fun Blue. HEX triplet: 21, 43 and 85. RGB value is (33,67,133). Sum of RGB (Red+Green+Blue) = 33+67+133=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #214385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214385 is #DEBC7A. Grayscale: #404040. Windows color (decimal): -14597243 or 8733473. OLE color: 8733473.
HSL color Cylindrical-coordinate representation of color #214385: hue angle of 219.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214385 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 67 | 133 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.48 |
| HSL | 219.6º | 0.6% | 0.33% | - |
| HSV(B) | 219.6º | 0.75% | 0.52% | - |
| XYZ | 6.87 | 6.03 | 22.99 | - |
| YUV | 64.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 133 | 0.75 | 0.50 | 0 | 0.48 | 219.6 | 0.6 | 0.33 |
| Hex | 21 | 43 | 85 | 4B | 32 | 0 | 30 | DC | 3C | 21 |
| Octal | 41 | 103 | 205 | 113 | 62 | 0 | 60 | 334 | 74 | 41 |
| Binary | 100001 | 1000011 | 10000101 | 1001011 | 110010 | 0 | 110000 | 11011100 | 111100 | 100001 |
Color Harmonies of #214385
Complementary color
Monochromatic Colors of #214385
Black with #214385
Text Example
Text Example
White with #214385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214385; }
p { color: rgb(33,67,133); }
H1.HeaderClassName
{
color: #214385;
}
.AnyTagClassName
{
color: #214385;
}
</style>
background-color css
<style>
a { background-color: #214385; }
a { background-color: rgb(33,67,133); }
div.DivClassName
{
background-color: #214385;
}
.BgClassName
{
background-color: #214385;
}
</style>
border-color css
<style>
span { border-color: #214385; }
span { border-color: rgb(33,67,133); }
td.TdClassName
{
border-color: #214385;
}
.TagClassName
{
border-color: #214385;
}
</style>