Shades of Bunting #2F3344
Tints of Bunting #2F3344
RGB
CMYK
RGB Variations
Color information
#2F3344 (or 0x2F3344) is known color: Bunting. HEX triplet: 2F, 33 and 44. RGB value is (47,51,68). Sum of RGB (Red+Green+Blue) = 47+51+68=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #2F3344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3344 is #D0CCBB. Grayscale: #333333. Windows color (decimal): -13683900 or 4469551. OLE color: 4469551.
HSL color Cylindrical-coordinate representation of color #2F3344: hue angle of 228.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F3344 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 51 | 68 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.73 |
| HSL | 228.57º | 0.18% | 0.23% | - |
| HSV(B) | 228.57º | 0.31% | 0.27% | - |
| XYZ | 3.4 | 3.39 | 5.94 | - |
| YUV | 51.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 68 | 0.31 | 0.25 | 0 | 0.73 | 228.57 | 0.18 | 0.23 |
| Hex | 2F | 33 | 44 | 1F | 19 | 0 | 49 | E5 | 12 | 17 |
| Octal | 57 | 63 | 104 | 37 | 31 | 0 | 111 | 345 | 22 | 27 |
| Binary | 101111 | 110011 | 1000100 | 11111 | 11001 | 0 | 1001001 | 11100101 | 10010 | 10111 |
Color Harmonies of #2F3344
Complementary color
Monochromatic Colors of #2F3344
Black with #2F3344
Text Example
Text Example
White with #2F3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3344; }
p { color: rgb(47,51,68); }
H1.HeaderClassName
{
color: #2F3344;
}
.AnyTagClassName
{
color: #2F3344;
}
</style>
background-color css
<style>
a { background-color: #2F3344; }
a { background-color: rgb(47,51,68); }
div.DivClassName
{
background-color: #2F3344;
}
.BgClassName
{
background-color: #2F3344;
}
</style>
border-color css
<style>
span { border-color: #2F3344; }
span { border-color: rgb(47,51,68); }
td.TdClassName
{
border-color: #2F3344;
}
.TagClassName
{
border-color: #2F3344;
}
</style>