Shades of Fun Blue #21467A
Tints of Fun Blue #21467A
RGB
CMYK
RGB Variations
Color information
#21467A (or 0x21467A) is known color: Fun Blue. HEX triplet: 21, 46 and 7A. RGB value is (33,70,122). Sum of RGB (Red+Green+Blue) = 33+70+122=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #21467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21467A is #DEB985. Grayscale: #404040. Windows color (decimal): -14596486 or 8013345. OLE color: 8013345.
HSL color Cylindrical-coordinate representation of color #21467A: hue angle of 215.06º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21467A is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 70 | 122 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.52 |
| HSL | 215.06º | 0.57% | 0.3% | - |
| HSV(B) | 215.06º | 0.73% | 0.48% | - |
| XYZ | 6.33 | 6.11 | 19.26 | - |
| YUV | 64.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 122 | 0.73 | 0.43 | 0 | 0.52 | 215.06 | 0.57 | 0.3 |
| Hex | 21 | 46 | 7A | 49 | 2B | 0 | 34 | D7 | 39 | 1E |
| Octal | 41 | 106 | 172 | 111 | 53 | 0 | 64 | 327 | 71 | 36 |
| Binary | 100001 | 1000110 | 1111010 | 1001001 | 101011 | 0 | 110100 | 11010111 | 111001 | 11110 |
Color Harmonies of #21467A
Complementary color
Monochromatic Colors of #21467A
Black with #21467A
Text Example
Text Example
White with #21467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21467A; }
p { color: rgb(33,70,122); }
H1.HeaderClassName
{
color: #21467A;
}
.AnyTagClassName
{
color: #21467A;
}
</style>
background-color css
<style>
a { background-color: #21467A; }
a { background-color: rgb(33,70,122); }
div.DivClassName
{
background-color: #21467A;
}
.BgClassName
{
background-color: #21467A;
}
</style>
border-color css
<style>
span { border-color: #21467A; }
span { border-color: rgb(33,70,122); }
td.TdClassName
{
border-color: #21467A;
}
.TagClassName
{
border-color: #21467A;
}
</style>