Shades of Fun Blue #20427E
Tints of Fun Blue #20427E
RGB
CMYK
RGB Variations
Color information
#20427E (or 0x20427E) is known color: Fun Blue. HEX triplet: 20, 42 and 7E. RGB value is (32,66,126). Sum of RGB (Red+Green+Blue) = 32+66+126=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #20427E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20427E is #DFBD81. Grayscale: #3E3E3E. Windows color (decimal): -14663042 or 8274464. OLE color: 8274464.
HSL color Cylindrical-coordinate representation of color #20427E: hue angle of 218.3º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20427E is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 66 | 126 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.51 |
| HSL | 218.3º | 0.59% | 0.31% | - |
| HSV(B) | 218.3º | 0.75% | 0.49% | - |
| XYZ | 6.31 | 5.71 | 20.51 | - |
| YUV | 62.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 126 | 0.75 | 0.48 | 0 | 0.51 | 218.3 | 0.59 | 0.31 |
| Hex | 20 | 42 | 7E | 4B | 30 | 0 | 33 | DA | 3B | 1F |
| Octal | 40 | 102 | 176 | 113 | 60 | 0 | 63 | 332 | 73 | 37 |
| Binary | 100000 | 1000010 | 1111110 | 1001011 | 110000 | 0 | 110011 | 11011010 | 111011 | 11111 |
Color Harmonies of #20427E
Complementary color
Monochromatic Colors of #20427E
Black with #20427E
Text Example
Text Example
White with #20427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20427E; }
p { color: rgb(32,66,126); }
H1.HeaderClassName
{
color: #20427E;
}
.AnyTagClassName
{
color: #20427E;
}
</style>
background-color css
<style>
a { background-color: #20427E; }
a { background-color: rgb(32,66,126); }
div.DivClassName
{
background-color: #20427E;
}
.BgClassName
{
background-color: #20427E;
}
</style>
border-color css
<style>
span { border-color: #20427E; }
span { border-color: rgb(32,66,126); }
td.TdClassName
{
border-color: #20427E;
}
.TagClassName
{
border-color: #20427E;
}
</style>