Shades of Bunting #202E4A
Tints of Bunting #202E4A
RGB
CMYK
RGB Variations
Color information
#202E4A (or 0x202E4A) is known color: Bunting. HEX triplet: 20, 2E and 4A. RGB value is (32,46,74). Sum of RGB (Red+Green+Blue) = 32+46+74=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #202E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E4A is #DFD1B5. Grayscale: #2C2C2C. Windows color (decimal): -14668214 or 4861472. OLE color: 4861472.
HSL color Cylindrical-coordinate representation of color #202E4A: hue angle of 220º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #202E4A is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 46 | 74 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.71 |
| HSL | 220º | 0.4% | 0.21% | - |
| HSV(B) | 220º | 0.57% | 0.29% | - |
| XYZ | 2.81 | 2.76 | 6.86 | - |
| YUV | 45.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 74 | 0.57 | 0.38 | 0 | 0.71 | 220 | 0.4 | 0.21 |
| Hex | 20 | 2E | 4A | 39 | 26 | 0 | 47 | DC | 28 | 15 |
| Octal | 40 | 56 | 112 | 71 | 46 | 0 | 107 | 334 | 50 | 25 |
| Binary | 100000 | 101110 | 1001010 | 111001 | 100110 | 0 | 1000111 | 11011100 | 101000 | 10101 |
Color Harmonies of #202E4A
Complementary color
Monochromatic Colors of #202E4A
Black with #202E4A
Text Example
Text Example
White with #202E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E4A; }
p { color: rgb(32,46,74); }
H1.HeaderClassName
{
color: #202E4A;
}
.AnyTagClassName
{
color: #202E4A;
}
</style>
background-color css
<style>
a { background-color: #202E4A; }
a { background-color: rgb(32,46,74); }
div.DivClassName
{
background-color: #202E4A;
}
.BgClassName
{
background-color: #202E4A;
}
</style>
border-color css
<style>
span { border-color: #202E4A; }
span { border-color: rgb(32,46,74); }
td.TdClassName
{
border-color: #202E4A;
}
.TagClassName
{
border-color: #202E4A;
}
</style>