Shades of Bunting #232E50
Tints of Bunting #232E50
RGB
CMYK
RGB Variations
Color information
#232E50 (or 0x232E50) is known color: Bunting. HEX triplet: 23, 2E and 50. RGB value is (35,46,80). Sum of RGB (Red+Green+Blue) = 35+46+80=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #232E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E50 is #DCD1AF. Grayscale: #2E2E2E. Windows color (decimal): -14471600 or 5254691. OLE color: 5254691.
HSL color Cylindrical-coordinate representation of color #232E50: hue angle of 225.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #232E50 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 46 | 80 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.69 |
| HSL | 225.33º | 0.39% | 0.23% | - |
| HSV(B) | 225.33º | 0.56% | 0.31% | - |
| XYZ | 3.12 | 2.89 | 7.98 | - |
| YUV | 46.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 80 | 0.56 | 0.42 | 0 | 0.69 | 225.33 | 0.39 | 0.23 |
| Hex | 23 | 2E | 50 | 38 | 2A | 0 | 45 | E1 | 27 | 17 |
| Octal | 43 | 56 | 120 | 70 | 52 | 0 | 105 | 341 | 47 | 27 |
| Binary | 100011 | 101110 | 1010000 | 111000 | 101010 | 0 | 1000101 | 11100001 | 100111 | 10111 |
Color Harmonies of #232E50
Complementary color
Monochromatic Colors of #232E50
Black with #232E50
Text Example
Text Example
White with #232E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E50; }
p { color: rgb(35,46,80); }
H1.HeaderClassName
{
color: #232E50;
}
.AnyTagClassName
{
color: #232E50;
}
</style>
background-color css
<style>
a { background-color: #232E50; }
a { background-color: rgb(35,46,80); }
div.DivClassName
{
background-color: #232E50;
}
.BgClassName
{
background-color: #232E50;
}
</style>
border-color css
<style>
span { border-color: #232E50; }
span { border-color: rgb(35,46,80); }
td.TdClassName
{
border-color: #232E50;
}
.TagClassName
{
border-color: #232E50;
}
</style>