Shades of Fun Blue #21418C
Tints of Fun Blue #21418C
RGB
CMYK
RGB Variations
Color information
#21418C (or 0x21418C) is known color: Fun Blue. HEX triplet: 21, 41 and 8C. RGB value is (33,65,140). Sum of RGB (Red+Green+Blue) = 33+65+140=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #21418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21418C is #DEBE73. Grayscale: #3F3F3F. Windows color (decimal): -14597748 or 9191713. OLE color: 9191713.
HSL color Cylindrical-coordinate representation of color #21418C: hue angle of 222.06º 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 #21418C is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 65 | 140 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.45 |
| HSL | 222.06º | 0.62% | 0.34% | - |
| HSV(B) | 222.06º | 0.76% | 0.55% | - |
| XYZ | 7.25 | 6 | 25.59 | - |
| YUV | 63.98 | 170.9 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 140 | 0.76 | 0.54 | 0 | 0.45 | 222.06 | 0.62 | 0.34 |
| Hex | 21 | 41 | 8C | 4C | 36 | 0 | 2D | DE | 3E | 22 |
| Octal | 41 | 101 | 214 | 114 | 66 | 0 | 55 | 336 | 76 | 42 |
| Binary | 100001 | 1000001 | 10001100 | 1001100 | 110110 | 0 | 101101 | 11011110 | 111110 | 100010 |
Color Harmonies of #21418C
Complementary color
Monochromatic Colors of #21418C
Black with #21418C
Text Example
Text Example
White with #21418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21418C; }
p { color: rgb(33,65,140); }
H1.HeaderClassName
{
color: #21418C;
}
.AnyTagClassName
{
color: #21418C;
}
</style>
background-color css
<style>
a { background-color: #21418C; }
a { background-color: rgb(33,65,140); }
div.DivClassName
{
background-color: #21418C;
}
.BgClassName
{
background-color: #21418C;
}
</style>
border-color css
<style>
span { border-color: #21418C; }
span { border-color: rgb(33,65,140); }
td.TdClassName
{
border-color: #21418C;
}
.TagClassName
{
border-color: #21418C;
}
</style>