Shades of Bunting #212F48
Tints of Bunting #212F48
RGB
CMYK
RGB Variations
Color information
#212F48 (or 0x212F48) is known color: Bunting. HEX triplet: 21, 2F and 48. RGB value is (33,47,72). Sum of RGB (Red+Green+Blue) = 33+47+72=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #212F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F48 is #DED0B7. Grayscale: #2D2D2D. Windows color (decimal): -14602424 or 4730657. OLE color: 4730657.
HSL color Cylindrical-coordinate representation of color #212F48: hue angle of 218.46º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212F48 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 47 | 72 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.72 |
| HSL | 218.46º | 0.37% | 0.21% | - |
| HSV(B) | 218.46º | 0.54% | 0.28% | - |
| XYZ | 2.81 | 2.82 | 6.53 | - |
| YUV | 45.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 72 | 0.54 | 0.35 | 0 | 0.72 | 218.46 | 0.37 | 0.21 |
| Hex | 21 | 2F | 48 | 36 | 23 | 0 | 48 | DA | 25 | 15 |
| Octal | 41 | 57 | 110 | 66 | 43 | 0 | 110 | 332 | 45 | 25 |
| Binary | 100001 | 101111 | 1001000 | 110110 | 100011 | 0 | 1001000 | 11011010 | 100101 | 10101 |
Color Harmonies of #212F48
Complementary color
Monochromatic Colors of #212F48
Black with #212F48
Text Example
Text Example
White with #212F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F48; }
p { color: rgb(33,47,72); }
H1.HeaderClassName
{
color: #212F48;
}
.AnyTagClassName
{
color: #212F48;
}
</style>
background-color css
<style>
a { background-color: #212F48; }
a { background-color: rgb(33,47,72); }
div.DivClassName
{
background-color: #212F48;
}
.BgClassName
{
background-color: #212F48;
}
</style>
border-color css
<style>
span { border-color: #212F48; }
span { border-color: rgb(33,47,72); }
td.TdClassName
{
border-color: #212F48;
}
.TagClassName
{
border-color: #212F48;
}
</style>