Shades of Fun Blue #21467C
Tints of Fun Blue #21467C
RGB
CMYK
RGB Variations
Color information
#21467C (or 0x21467C) is known color: Fun Blue. HEX triplet: 21, 46 and 7C. RGB value is (33,70,124). Sum of RGB (Red+Green+Blue) = 33+70+124=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #21467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21467C is #DEB983. Grayscale: #404040. Windows color (decimal): -14596484 or 8144417. OLE color: 8144417.
HSL color Cylindrical-coordinate representation of color #21467C: hue angle of 215.6º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21467C is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 70 | 124 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.51 |
| HSL | 215.6º | 0.58% | 0.31% | - |
| HSV(B) | 215.6º | 0.73% | 0.49% | - |
| XYZ | 6.46 | 6.16 | 19.92 | - |
| YUV | 65.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 124 | 0.73 | 0.44 | 0 | 0.51 | 215.6 | 0.58 | 0.31 |
| Hex | 21 | 46 | 7C | 49 | 2C | 0 | 33 | D8 | 3A | 1F |
| Octal | 41 | 106 | 174 | 111 | 54 | 0 | 63 | 330 | 72 | 37 |
| Binary | 100001 | 1000110 | 1111100 | 1001001 | 101100 | 0 | 110011 | 11011000 | 111010 | 11111 |
Color Harmonies of #21467C
Complementary color
Monochromatic Colors of #21467C
Black with #21467C
Text Example
Text Example
White with #21467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21467C; }
p { color: rgb(33,70,124); }
H1.HeaderClassName
{
color: #21467C;
}
.AnyTagClassName
{
color: #21467C;
}
</style>
background-color css
<style>
a { background-color: #21467C; }
a { background-color: rgb(33,70,124); }
div.DivClassName
{
background-color: #21467C;
}
.BgClassName
{
background-color: #21467C;
}
</style>
border-color css
<style>
span { border-color: #21467C; }
span { border-color: rgb(33,70,124); }
td.TdClassName
{
border-color: #21467C;
}
.TagClassName
{
border-color: #21467C;
}
</style>