Shades of Fun Blue #21478B
Tints of Fun Blue #21478B
RGB
CMYK
RGB Variations
Color information
#21478B (or 0x21478B) is known color: Fun Blue. HEX triplet: 21, 47 and 8B. RGB value is (33,71,139). Sum of RGB (Red+Green+Blue) = 33+71+139=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #21478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21478B is #DEB874. Grayscale: #434343. Windows color (decimal): -14596213 or 9127713. OLE color: 9127713.
HSL color Cylindrical-coordinate representation of color #21478B: hue angle of 218.49º 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 #21478B is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 71 | 139 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.45 |
| HSL | 218.49º | 0.62% | 0.34% | - |
| HSV(B) | 218.49º | 0.76% | 0.55% | - |
| XYZ | 7.54 | 6.69 | 25.32 | - |
| YUV | 67.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 139 | 0.76 | 0.49 | 0 | 0.45 | 218.49 | 0.62 | 0.34 |
| Hex | 21 | 47 | 8B | 4C | 31 | 0 | 2D | DA | 3E | 22 |
| Octal | 41 | 107 | 213 | 114 | 61 | 0 | 55 | 332 | 76 | 42 |
| Binary | 100001 | 1000111 | 10001011 | 1001100 | 110001 | 0 | 101101 | 11011010 | 111110 | 100010 |
Color Harmonies of #21478B
Complementary color
Monochromatic Colors of #21478B
Black with #21478B
Text Example
Text Example
White with #21478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21478B; }
p { color: rgb(33,71,139); }
H1.HeaderClassName
{
color: #21478B;
}
.AnyTagClassName
{
color: #21478B;
}
</style>
background-color css
<style>
a { background-color: #21478B; }
a { background-color: rgb(33,71,139); }
div.DivClassName
{
background-color: #21478B;
}
.BgClassName
{
background-color: #21478B;
}
</style>
border-color css
<style>
span { border-color: #21478B; }
span { border-color: rgb(33,71,139); }
td.TdClassName
{
border-color: #21478B;
}
.TagClassName
{
border-color: #21478B;
}
</style>