Shades of Fun Blue #21437F
Tints of Fun Blue #21437F
RGB
CMYK
RGB Variations
Color information
#21437F (or 0x21437F) is known color: Fun Blue. HEX triplet: 21, 43 and 7F. RGB value is (33,67,127). Sum of RGB (Red+Green+Blue) = 33+67+127=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #21437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21437F is #DEBC80. Grayscale: #3F3F3F. Windows color (decimal): -14597249 or 8340257. OLE color: 8340257.
HSL color Cylindrical-coordinate representation of color #21437F: hue angle of 218.3º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21437F is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 67 | 127 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.50 |
| HSL | 218.3º | 0.59% | 0.31% | - |
| HSV(B) | 218.3º | 0.74% | 0.5% | - |
| XYZ | 6.47 | 5.87 | 20.87 | - |
| YUV | 63.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 127 | 0.74 | 0.47 | 0 | 0.50 | 218.3 | 0.59 | 0.31 |
| Hex | 21 | 43 | 7F | 4A | 2F | 0 | 32 | DA | 3B | 1F |
| Octal | 41 | 103 | 177 | 112 | 57 | 0 | 62 | 332 | 73 | 37 |
| Binary | 100001 | 1000011 | 1111111 | 1001010 | 101111 | 0 | 110010 | 11011010 | 111011 | 11111 |
Color Harmonies of #21437F
Complementary color
Monochromatic Colors of #21437F
Black with #21437F
Text Example
Text Example
White with #21437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21437F; }
p { color: rgb(33,67,127); }
H1.HeaderClassName
{
color: #21437F;
}
.AnyTagClassName
{
color: #21437F;
}
</style>
background-color css
<style>
a { background-color: #21437F; }
a { background-color: rgb(33,67,127); }
div.DivClassName
{
background-color: #21437F;
}
.BgClassName
{
background-color: #21437F;
}
</style>
border-color css
<style>
span { border-color: #21437F; }
span { border-color: rgb(33,67,127); }
td.TdClassName
{
border-color: #21437F;
}
.TagClassName
{
border-color: #21437F;
}
</style>