Shades of Bunting #232E4E
Tints of Bunting #232E4E
RGB
CMYK
RGB Variations
Color information
#232E4E (or 0x232E4E) is known color: Bunting. HEX triplet: 23, 2E and 4E. RGB value is (35,46,78). Sum of RGB (Red+Green+Blue) = 35+46+78=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #232E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E4E is #DCD1B1. Grayscale: #2E2E2E. Windows color (decimal): -14471602 or 5123619. OLE color: 5123619.
HSL color Cylindrical-coordinate representation of color #232E4E: hue angle of 224.65º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #232E4E is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 46 | 78 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.69 |
| HSL | 224.65º | 0.38% | 0.22% | - |
| HSV(B) | 224.65º | 0.55% | 0.31% | - |
| XYZ | 3.05 | 2.86 | 7.6 | - |
| YUV | 46.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 78 | 0.55 | 0.41 | 0 | 0.69 | 224.65 | 0.38 | 0.22 |
| Hex | 23 | 2E | 4E | 37 | 29 | 0 | 45 | E1 | 26 | 16 |
| Octal | 43 | 56 | 116 | 67 | 51 | 0 | 105 | 341 | 46 | 26 |
| Binary | 100011 | 101110 | 1001110 | 110111 | 101001 | 0 | 1000101 | 11100001 | 100110 | 10110 |
Color Harmonies of #232E4E
Complementary color
Monochromatic Colors of #232E4E
Black with #232E4E
Text Example
Text Example
White with #232E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E4E; }
p { color: rgb(35,46,78); }
H1.HeaderClassName
{
color: #232E4E;
}
.AnyTagClassName
{
color: #232E4E;
}
</style>
background-color css
<style>
a { background-color: #232E4E; }
a { background-color: rgb(35,46,78); }
div.DivClassName
{
background-color: #232E4E;
}
.BgClassName
{
background-color: #232E4E;
}
</style>
border-color css
<style>
span { border-color: #232E4E; }
span { border-color: rgb(35,46,78); }
td.TdClassName
{
border-color: #232E4E;
}
.TagClassName
{
border-color: #232E4E;
}
</style>