Shades of Fun Blue #21458B
Tints of Fun Blue #21458B
RGB
CMYK
RGB Variations
Color information
#21458B (or 0x21458B) is known color: Fun Blue. HEX triplet: 21, 45 and 8B. RGB value is (33,69,139). Sum of RGB (Red+Green+Blue) = 33+69+139=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #21458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21458B is #DEBA74. Grayscale: #414141. Windows color (decimal): -14596725 or 9127201. OLE color: 9127201.
HSL color Cylindrical-coordinate representation of color #21458B: hue angle of 219.62º 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 #21458B is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 69 | 139 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.45 |
| HSL | 219.62º | 0.62% | 0.34% | - |
| HSV(B) | 219.62º | 0.76% | 0.55% | - |
| XYZ | 7.42 | 6.44 | 25.28 | - |
| YUV | 66.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 139 | 0.76 | 0.50 | 0 | 0.45 | 219.62 | 0.62 | 0.34 |
| Hex | 21 | 45 | 8B | 4C | 32 | 0 | 2D | DC | 3E | 22 |
| Octal | 41 | 105 | 213 | 114 | 62 | 0 | 55 | 334 | 76 | 42 |
| Binary | 100001 | 1000101 | 10001011 | 1001100 | 110010 | 0 | 101101 | 11011100 | 111110 | 100010 |
Color Harmonies of #21458B
Complementary color
Monochromatic Colors of #21458B
Black with #21458B
Text Example
Text Example
White with #21458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21458B; }
p { color: rgb(33,69,139); }
H1.HeaderClassName
{
color: #21458B;
}
.AnyTagClassName
{
color: #21458B;
}
</style>
background-color css
<style>
a { background-color: #21458B; }
a { background-color: rgb(33,69,139); }
div.DivClassName
{
background-color: #21458B;
}
.BgClassName
{
background-color: #21458B;
}
</style>
border-color css
<style>
span { border-color: #21458B; }
span { border-color: rgb(33,69,139); }
td.TdClassName
{
border-color: #21458B;
}
.TagClassName
{
border-color: #21458B;
}
</style>