Shades of Bunting #212F4A
Tints of Bunting #212F4A
RGB
CMYK
RGB Variations
Color information
#212F4A (or 0x212F4A) is known color: Bunting. HEX triplet: 21, 2F and 4A. RGB value is (33,47,74). Sum of RGB (Red+Green+Blue) = 33+47+74=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #212F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F4A is #DED0B5. Grayscale: #2D2D2D. Windows color (decimal): -14602422 or 4861729. OLE color: 4861729.
HSL color Cylindrical-coordinate representation of color #212F4A: hue angle of 219.51º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212F4A is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 47 | 74 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.71 |
| HSL | 219.51º | 0.38% | 0.21% | - |
| HSV(B) | 219.51º | 0.55% | 0.29% | - |
| XYZ | 2.88 | 2.85 | 6.88 | - |
| YUV | 45.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 74 | 0.55 | 0.36 | 0 | 0.71 | 219.51 | 0.38 | 0.21 |
| Hex | 21 | 2F | 4A | 37 | 24 | 0 | 47 | DC | 26 | 15 |
| Octal | 41 | 57 | 112 | 67 | 44 | 0 | 107 | 334 | 46 | 25 |
| Binary | 100001 | 101111 | 1001010 | 110111 | 100100 | 0 | 1000111 | 11011100 | 100110 | 10101 |
Color Harmonies of #212F4A
Complementary color
Monochromatic Colors of #212F4A
Black with #212F4A
Text Example
Text Example
White with #212F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F4A; }
p { color: rgb(33,47,74); }
H1.HeaderClassName
{
color: #212F4A;
}
.AnyTagClassName
{
color: #212F4A;
}
</style>
background-color css
<style>
a { background-color: #212F4A; }
a { background-color: rgb(33,47,74); }
div.DivClassName
{
background-color: #212F4A;
}
.BgClassName
{
background-color: #212F4A;
}
</style>
border-color css
<style>
span { border-color: #212F4A; }
span { border-color: rgb(33,47,74); }
td.TdClassName
{
border-color: #212F4A;
}
.TagClassName
{
border-color: #212F4A;
}
</style>