Shades of Fun Blue #21478C
Tints of Fun Blue #21478C
RGB
CMYK
RGB Variations
Color information
#21478C (or 0x21478C) is known color: Fun Blue. HEX triplet: 21, 47 and 8C. RGB value is (33,71,140). Sum of RGB (Red+Green+Blue) = 33+71+140=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #21478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21478C is #DEB873. Grayscale: #434343. Windows color (decimal): -14596212 or 9193249. OLE color: 9193249.
HSL color Cylindrical-coordinate representation of color #21478C: hue angle of 218.69º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21478C is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 71 | 140 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.45 |
| HSL | 218.69º | 0.62% | 0.34% | - |
| HSV(B) | 218.69º | 0.76% | 0.55% | - |
| XYZ | 7.61 | 6.72 | 25.71 | - |
| YUV | 67.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 140 | 0.76 | 0.49 | 0 | 0.45 | 218.69 | 0.62 | 0.34 |
| Hex | 21 | 47 | 8C | 4C | 31 | 0 | 2D | DB | 3E | 22 |
| Octal | 41 | 107 | 214 | 114 | 61 | 0 | 55 | 333 | 76 | 42 |
| Binary | 100001 | 1000111 | 10001100 | 1001100 | 110001 | 0 | 101101 | 11011011 | 111110 | 100010 |
Color Harmonies of #21478C
Complementary color
Monochromatic Colors of #21478C
Black with #21478C
Text Example
Text Example
White with #21478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21478C; }
p { color: rgb(33,71,140); }
H1.HeaderClassName
{
color: #21478C;
}
.AnyTagClassName
{
color: #21478C;
}
</style>
background-color css
<style>
a { background-color: #21478C; }
a { background-color: rgb(33,71,140); }
div.DivClassName
{
background-color: #21478C;
}
.BgClassName
{
background-color: #21478C;
}
</style>
border-color css
<style>
span { border-color: #21478C; }
span { border-color: rgb(33,71,140); }
td.TdClassName
{
border-color: #21478C;
}
.TagClassName
{
border-color: #21478C;
}
</style>