Shades of Bunting #202E4B
Tints of Bunting #202E4B
RGB
CMYK
RGB Variations
Color information
#202E4B (or 0x202E4B) is known color: Bunting. HEX triplet: 20, 2E and 4B. RGB value is (32,46,75). Sum of RGB (Red+Green+Blue) = 32+46+75=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #202E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E4B is #DFD1B4. Grayscale: #2C2C2C. Windows color (decimal): -14668213 or 4927008. OLE color: 4927008.
HSL color Cylindrical-coordinate representation of color #202E4B: hue angle of 220.47º 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 #202E4B is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 46 | 75 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.71 |
| HSL | 220.47º | 0.4% | 0.21% | - |
| HSV(B) | 220.47º | 0.57% | 0.29% | - |
| XYZ | 2.84 | 2.77 | 7.04 | - |
| YUV | 45.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 75 | 0.57 | 0.39 | 0 | 0.71 | 220.47 | 0.4 | 0.21 |
| Hex | 20 | 2E | 4B | 39 | 27 | 0 | 47 | DC | 28 | 15 |
| Octal | 40 | 56 | 113 | 71 | 47 | 0 | 107 | 334 | 50 | 25 |
| Binary | 100000 | 101110 | 1001011 | 111001 | 100111 | 0 | 1000111 | 11011100 | 101000 | 10101 |
Color Harmonies of #202E4B
Complementary color
Monochromatic Colors of #202E4B
Black with #202E4B
Text Example
Text Example
White with #202E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E4B; }
p { color: rgb(32,46,75); }
H1.HeaderClassName
{
color: #202E4B;
}
.AnyTagClassName
{
color: #202E4B;
}
</style>
background-color css
<style>
a { background-color: #202E4B; }
a { background-color: rgb(32,46,75); }
div.DivClassName
{
background-color: #202E4B;
}
.BgClassName
{
background-color: #202E4B;
}
</style>
border-color css
<style>
span { border-color: #202E4B; }
span { border-color: rgb(32,46,75); }
td.TdClassName
{
border-color: #202E4B;
}
.TagClassName
{
border-color: #202E4B;
}
</style>