Shades of Bunting #232E4D
Tints of Bunting #232E4D
RGB
CMYK
RGB Variations
Color information
#232E4D (or 0x232E4D) is known color: Bunting. HEX triplet: 23, 2E and 4D. RGB value is (35,46,77). Sum of RGB (Red+Green+Blue) = 35+46+77=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #232E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E4D is #DCD1B2. Grayscale: #2E2E2E. Windows color (decimal): -14471603 or 5058083. OLE color: 5058083.
HSL color Cylindrical-coordinate representation of color #232E4D: hue angle of 224.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #232E4D is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 46 | 77 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.70 |
| HSL | 224.29º | 0.38% | 0.22% | - |
| HSV(B) | 224.29º | 0.55% | 0.3% | - |
| XYZ | 3.01 | 2.85 | 7.41 | - |
| YUV | 46.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 77 | 0.55 | 0.40 | 0 | 0.70 | 224.29 | 0.38 | 0.22 |
| Hex | 23 | 2E | 4D | 37 | 28 | 0 | 46 | E0 | 26 | 16 |
| Octal | 43 | 56 | 115 | 67 | 50 | 0 | 106 | 340 | 46 | 26 |
| Binary | 100011 | 101110 | 1001101 | 110111 | 101000 | 0 | 1000110 | 11100000 | 100110 | 10110 |
Color Harmonies of #232E4D
Complementary color
Monochromatic Colors of #232E4D
Black with #232E4D
Text Example
Text Example
White with #232E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E4D; }
p { color: rgb(35,46,77); }
H1.HeaderClassName
{
color: #232E4D;
}
.AnyTagClassName
{
color: #232E4D;
}
</style>
background-color css
<style>
a { background-color: #232E4D; }
a { background-color: rgb(35,46,77); }
div.DivClassName
{
background-color: #232E4D;
}
.BgClassName
{
background-color: #232E4D;
}
</style>
border-color css
<style>
span { border-color: #232E4D; }
span { border-color: rgb(35,46,77); }
td.TdClassName
{
border-color: #232E4D;
}
.TagClassName
{
border-color: #232E4D;
}
</style>