Shades of Fun Blue #21458C
Tints of Fun Blue #21458C
RGB
CMYK
RGB Variations
Color information
#21458C (or 0x21458C) is known color: Fun Blue. HEX triplet: 21, 45 and 8C. RGB value is (33,69,140). Sum of RGB (Red+Green+Blue) = 33+69+140=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #21458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21458C is #DEBA73. Grayscale: #424242. Windows color (decimal): -14596724 or 9192737. OLE color: 9192737.
HSL color Cylindrical-coordinate representation of color #21458C: hue angle of 219.81º 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 #21458C is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 69 | 140 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.45 |
| HSL | 219.81º | 0.62% | 0.34% | - |
| HSV(B) | 219.81º | 0.76% | 0.55% | - |
| XYZ | 7.49 | 6.47 | 25.67 | - |
| YUV | 66.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 140 | 0.76 | 0.51 | 0 | 0.45 | 219.81 | 0.62 | 0.34 |
| Hex | 21 | 45 | 8C | 4C | 33 | 0 | 2D | DC | 3E | 22 |
| Octal | 41 | 105 | 214 | 114 | 63 | 0 | 55 | 334 | 76 | 42 |
| Binary | 100001 | 1000101 | 10001100 | 1001100 | 110011 | 0 | 101101 | 11011100 | 111110 | 100010 |
Color Harmonies of #21458C
Complementary color
Monochromatic Colors of #21458C
Black with #21458C
Text Example
Text Example
White with #21458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21458C; }
p { color: rgb(33,69,140); }
H1.HeaderClassName
{
color: #21458C;
}
.AnyTagClassName
{
color: #21458C;
}
</style>
background-color css
<style>
a { background-color: #21458C; }
a { background-color: rgb(33,69,140); }
div.DivClassName
{
background-color: #21458C;
}
.BgClassName
{
background-color: #21458C;
}
</style>
border-color css
<style>
span { border-color: #21458C; }
span { border-color: rgb(33,69,140); }
td.TdClassName
{
border-color: #21458C;
}
.TagClassName
{
border-color: #21458C;
}
</style>