Shades of Fun Blue #21438D
Tints of Fun Blue #21438D
RGB
CMYK
RGB Variations
Color information
#21438D (or 0x21438D) is known color: Fun Blue. HEX triplet: 21, 43 and 8D. RGB value is (33,67,141). Sum of RGB (Red+Green+Blue) = 33+67+141=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #21438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21438D is #DEBC72. Grayscale: #404040. Windows color (decimal): -14597235 or 9257761. OLE color: 9257761.
HSL color Cylindrical-coordinate representation of color #21438D: hue angle of 221.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21438D is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 67 | 141 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.45 |
| HSL | 221.11º | 0.62% | 0.34% | - |
| HSV(B) | 221.11º | 0.77% | 0.55% | - |
| XYZ | 7.44 | 6.26 | 26.02 | - |
| YUV | 65.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 141 | 0.77 | 0.52 | 0 | 0.45 | 221.11 | 0.62 | 0.34 |
| Hex | 21 | 43 | 8D | 4D | 34 | 0 | 2D | DD | 3E | 22 |
| Octal | 41 | 103 | 215 | 115 | 64 | 0 | 55 | 335 | 76 | 42 |
| Binary | 100001 | 1000011 | 10001101 | 1001101 | 110100 | 0 | 101101 | 11011101 | 111110 | 100010 |
Color Harmonies of #21438D
Complementary color
Monochromatic Colors of #21438D
Black with #21438D
Text Example
Text Example
White with #21438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21438D; }
p { color: rgb(33,67,141); }
H1.HeaderClassName
{
color: #21438D;
}
.AnyTagClassName
{
color: #21438D;
}
</style>
background-color css
<style>
a { background-color: #21438D; }
a { background-color: rgb(33,67,141); }
div.DivClassName
{
background-color: #21438D;
}
.BgClassName
{
background-color: #21438D;
}
</style>
border-color css
<style>
span { border-color: #21438D; }
span { border-color: rgb(33,67,141); }
td.TdClassName
{
border-color: #21438D;
}
.TagClassName
{
border-color: #21438D;
}
</style>