Shades of Bunting #2F374E
Tints of Bunting #2F374E
RGB
CMYK
RGB Variations
Color information
#2F374E (or 0x2F374E) is known color: Bunting. HEX triplet: 2F, 37 and 4E. RGB value is (47,55,78). Sum of RGB (Red+Green+Blue) = 47+55+78=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F374E is #D0C8B1. Grayscale: #373737. Windows color (decimal): -13682866 or 5125935. OLE color: 5125935.
HSL color Cylindrical-coordinate representation of color #2F374E: hue angle of 224.52º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F374E is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 55 | 78 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.69 |
| HSL | 224.52º | 0.25% | 0.25% | - |
| HSV(B) | 224.52º | 0.4% | 0.31% | - |
| XYZ | 3.91 | 3.89 | 7.75 | - |
| YUV | 55.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 78 | 0.40 | 0.29 | 0 | 0.69 | 224.52 | 0.25 | 0.25 |
| Hex | 2F | 37 | 4E | 28 | 1D | 0 | 45 | E1 | 19 | 19 |
| Octal | 57 | 67 | 116 | 50 | 35 | 0 | 105 | 341 | 31 | 31 |
| Binary | 101111 | 110111 | 1001110 | 101000 | 11101 | 0 | 1000101 | 11100001 | 11001 | 11001 |
Color Harmonies of #2F374E
Complementary color
Monochromatic Colors of #2F374E
Black with #2F374E
Text Example
Text Example
White with #2F374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F374E; }
p { color: rgb(47,55,78); }
H1.HeaderClassName
{
color: #2F374E;
}
.AnyTagClassName
{
color: #2F374E;
}
</style>
background-color css
<style>
a { background-color: #2F374E; }
a { background-color: rgb(47,55,78); }
div.DivClassName
{
background-color: #2F374E;
}
.BgClassName
{
background-color: #2F374E;
}
</style>
border-color css
<style>
span { border-color: #2F374E; }
span { border-color: rgb(47,55,78); }
td.TdClassName
{
border-color: #2F374E;
}
.TagClassName
{
border-color: #2F374E;
}
</style>