Shades of Bunting #2F364B
Tints of Bunting #2F364B
RGB
CMYK
RGB Variations
Color information
#2F364B (or 0x2F364B) is known color: Bunting. HEX triplet: 2F, 36 and 4B. RGB value is (47,54,75). Sum of RGB (Red+Green+Blue) = 47+54+75=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F364B is #D0C9B4. Grayscale: #363636. Windows color (decimal): -13683125 or 4929071. OLE color: 4929071.
HSL color Cylindrical-coordinate representation of color #2F364B: hue angle of 225º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F364B is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 54 | 75 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.71 |
| HSL | 225º | 0.23% | 0.24% | - |
| HSV(B) | 225º | 0.37% | 0.29% | - |
| XYZ | 3.76 | 3.75 | 7.18 | - |
| YUV | 54.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 75 | 0.37 | 0.28 | 0 | 0.71 | 225 | 0.23 | 0.24 |
| Hex | 2F | 36 | 4B | 25 | 1C | 0 | 47 | E1 | 17 | 18 |
| Octal | 57 | 66 | 113 | 45 | 34 | 0 | 107 | 341 | 27 | 30 |
| Binary | 101111 | 110110 | 1001011 | 100101 | 11100 | 0 | 1000111 | 11100001 | 10111 | 11000 |
Color Harmonies of #2F364B
Complementary color
Monochromatic Colors of #2F364B
Black with #2F364B
Text Example
Text Example
White with #2F364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F364B; }
p { color: rgb(47,54,75); }
H1.HeaderClassName
{
color: #2F364B;
}
.AnyTagClassName
{
color: #2F364B;
}
</style>
background-color css
<style>
a { background-color: #2F364B; }
a { background-color: rgb(47,54,75); }
div.DivClassName
{
background-color: #2F364B;
}
.BgClassName
{
background-color: #2F364B;
}
</style>
border-color css
<style>
span { border-color: #2F364B; }
span { border-color: rgb(47,54,75); }
td.TdClassName
{
border-color: #2F364B;
}
.TagClassName
{
border-color: #2F364B;
}
</style>