Shades of Bunting #232F47
Tints of Bunting #232F47
RGB
CMYK
RGB Variations
Color information
#232F47 (or 0x232F47) is known color: Bunting. HEX triplet: 23, 2F and 47. RGB value is (35,47,71). Sum of RGB (Red+Green+Blue) = 35+47+71=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #232F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F47 is #DCD0B8. Grayscale: #2E2E2E. Windows color (decimal): -14471353 or 4665123. OLE color: 4665123.
HSL color Cylindrical-coordinate representation of color #232F47: hue angle of 220º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #232F47 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 47 | 71 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.72 |
| HSL | 220º | 0.34% | 0.21% | - |
| HSV(B) | 220º | 0.51% | 0.28% | - |
| XYZ | 2.85 | 2.85 | 6.36 | - |
| YUV | 46.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 71 | 0.51 | 0.34 | 0 | 0.72 | 220 | 0.34 | 0.21 |
| Hex | 23 | 2F | 47 | 33 | 22 | 0 | 48 | DC | 22 | 15 |
| Octal | 43 | 57 | 107 | 63 | 42 | 0 | 110 | 334 | 42 | 25 |
| Binary | 100011 | 101111 | 1000111 | 110011 | 100010 | 0 | 1001000 | 11011100 | 100010 | 10101 |
Color Harmonies of #232F47
Complementary color
Monochromatic Colors of #232F47
Black with #232F47
Text Example
Text Example
White with #232F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F47; }
p { color: rgb(35,47,71); }
H1.HeaderClassName
{
color: #232F47;
}
.AnyTagClassName
{
color: #232F47;
}
</style>
background-color css
<style>
a { background-color: #232F47; }
a { background-color: rgb(35,47,71); }
div.DivClassName
{
background-color: #232F47;
}
.BgClassName
{
background-color: #232F47;
}
</style>
border-color css
<style>
span { border-color: #232F47; }
span { border-color: rgb(35,47,71); }
td.TdClassName
{
border-color: #232F47;
}
.TagClassName
{
border-color: #232F47;
}
</style>