Shades of Bunting #232E47
Tints of Bunting #232E47
RGB
CMYK
RGB Variations
Color information
#232E47 (or 0x232E47) is known color: Bunting. HEX triplet: 23, 2E and 47. RGB value is (35,46,71). Sum of RGB (Red+Green+Blue) = 35+46+71=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #232E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E47 is #DCD1B8. Grayscale: #2D2D2D. Windows color (decimal): -14471609 or 4664867. OLE color: 4664867.
HSL color Cylindrical-coordinate representation of color #232E47: hue angle of 221.67º 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 #232E47 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 46 | 71 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.72 |
| HSL | 221.67º | 0.34% | 0.21% | - |
| HSV(B) | 221.67º | 0.51% | 0.28% | - |
| XYZ | 2.81 | 2.77 | 6.35 | - |
| YUV | 45.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 71 | 0.51 | 0.35 | 0 | 0.72 | 221.67 | 0.34 | 0.21 |
| Hex | 23 | 2E | 47 | 33 | 23 | 0 | 48 | DE | 22 | 15 |
| Octal | 43 | 56 | 107 | 63 | 43 | 0 | 110 | 336 | 42 | 25 |
| Binary | 100011 | 101110 | 1000111 | 110011 | 100011 | 0 | 1001000 | 11011110 | 100010 | 10101 |
Color Harmonies of #232E47
Complementary color
Monochromatic Colors of #232E47
Black with #232E47
Text Example
Text Example
White with #232E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E47; }
p { color: rgb(35,46,71); }
H1.HeaderClassName
{
color: #232E47;
}
.AnyTagClassName
{
color: #232E47;
}
</style>
background-color css
<style>
a { background-color: #232E47; }
a { background-color: rgb(35,46,71); }
div.DivClassName
{
background-color: #232E47;
}
.BgClassName
{
background-color: #232E47;
}
</style>
border-color css
<style>
span { border-color: #232E47; }
span { border-color: rgb(35,46,71); }
td.TdClassName
{
border-color: #232E47;
}
.TagClassName
{
border-color: #232E47;
}
</style>