Shades of Bunting #232E46
Tints of Bunting #232E46
RGB
CMYK
RGB Variations
Color information
#232E46 (or 0x232E46) is known color: Bunting. HEX triplet: 23, 2E and 46. RGB value is (35,46,70). Sum of RGB (Red+Green+Blue) = 35+46+70=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #232E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E46 is #DCD1B9. Grayscale: #2D2D2D. Windows color (decimal): -14471610 or 4599331. OLE color: 4599331.
HSL color Cylindrical-coordinate representation of color #232E46: hue angle of 221.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #232E46 is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 46 | 70 | - |
| CMYK | 0.5 | 0.34 | 0 | 0.73 |
| HSL | 221.14º | 0.33% | 0.21% | - |
| HSV(B) | 221.14º | 0.5% | 0.27% | - |
| XYZ | 2.78 | 2.75 | 6.18 | - |
| YUV | 45.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 70 | 0.5 | 0.34 | 0 | 0.73 | 221.14 | 0.33 | 0.21 |
| Hex | 23 | 2E | 46 | 32 | 22 | 0 | 49 | DD | 21 | 15 |
| Octal | 43 | 56 | 106 | 62 | 42 | 0 | 111 | 335 | 41 | 25 |
| Binary | 100011 | 101110 | 1000110 | 110010 | 100010 | 0 | 1001001 | 11011101 | 100001 | 10101 |
Color Harmonies of #232E46
Complementary color
Monochromatic Colors of #232E46
Black with #232E46
Text Example
Text Example
White with #232E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E46; }
p { color: rgb(35,46,70); }
H1.HeaderClassName
{
color: #232E46;
}
.AnyTagClassName
{
color: #232E46;
}
</style>
background-color css
<style>
a { background-color: #232E46; }
a { background-color: rgb(35,46,70); }
div.DivClassName
{
background-color: #232E46;
}
.BgClassName
{
background-color: #232E46;
}
</style>
border-color css
<style>
span { border-color: #232E46; }
span { border-color: rgb(35,46,70); }
td.TdClassName
{
border-color: #232E46;
}
.TagClassName
{
border-color: #232E46;
}
</style>