Shades of Fun Blue #214383
Tints of Fun Blue #214383
RGB
CMYK
RGB Variations
Color information
#214383 (or 0x214383) is known color: Fun Blue. HEX triplet: 21, 43 and 83. RGB value is (33,67,131). Sum of RGB (Red+Green+Blue) = 33+67+131=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #214383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214383 is #DEBC7C. Grayscale: #3F3F3F. Windows color (decimal): -14597245 or 8602401. OLE color: 8602401.
HSL color Cylindrical-coordinate representation of color #214383: hue angle of 219.18º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214383 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 67 | 131 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.49 |
| HSL | 219.18º | 0.6% | 0.32% | - |
| HSV(B) | 219.18º | 0.75% | 0.51% | - |
| XYZ | 6.73 | 5.98 | 22.27 | - |
| YUV | 64.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 131 | 0.75 | 0.49 | 0 | 0.49 | 219.18 | 0.6 | 0.32 |
| Hex | 21 | 43 | 83 | 4B | 31 | 0 | 31 | DB | 3C | 20 |
| Octal | 41 | 103 | 203 | 113 | 61 | 0 | 61 | 333 | 74 | 40 |
| Binary | 100001 | 1000011 | 10000011 | 1001011 | 110001 | 0 | 110001 | 11011011 | 111100 | 100000 |
Color Harmonies of #214383
Complementary color
Monochromatic Colors of #214383
Black with #214383
Text Example
Text Example
White with #214383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214383; }
p { color: rgb(33,67,131); }
H1.HeaderClassName
{
color: #214383;
}
.AnyTagClassName
{
color: #214383;
}
</style>
background-color css
<style>
a { background-color: #214383; }
a { background-color: rgb(33,67,131); }
div.DivClassName
{
background-color: #214383;
}
.BgClassName
{
background-color: #214383;
}
</style>
border-color css
<style>
span { border-color: #214383; }
span { border-color: rgb(33,67,131); }
td.TdClassName
{
border-color: #214383;
}
.TagClassName
{
border-color: #214383;
}
</style>