Shades of Bunting #232E4A
Tints of Bunting #232E4A
RGB
CMYK
RGB Variations
Color information
#232E4A (or 0x232E4A) is known color: Bunting. HEX triplet: 23, 2E and 4A. RGB value is (35,46,74). Sum of RGB (Red+Green+Blue) = 35+46+74=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #232E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E4A is #DCD1B5. Grayscale: #2D2D2D. Windows color (decimal): -14471606 or 4861475. OLE color: 4861475.
HSL color Cylindrical-coordinate representation of color #232E4A: hue angle of 223.08º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #232E4A is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 46 | 74 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.71 |
| HSL | 223.08º | 0.36% | 0.21% | - |
| HSV(B) | 223.08º | 0.53% | 0.29% | - |
| XYZ | 2.91 | 2.81 | 6.87 | - |
| YUV | 45.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 74 | 0.53 | 0.38 | 0 | 0.71 | 223.08 | 0.36 | 0.21 |
| Hex | 23 | 2E | 4A | 35 | 26 | 0 | 47 | DF | 24 | 15 |
| Octal | 43 | 56 | 112 | 65 | 46 | 0 | 107 | 337 | 44 | 25 |
| Binary | 100011 | 101110 | 1001010 | 110101 | 100110 | 0 | 1000111 | 11011111 | 100100 | 10101 |
Color Harmonies of #232E4A
Complementary color
Monochromatic Colors of #232E4A
Black with #232E4A
Text Example
Text Example
White with #232E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E4A; }
p { color: rgb(35,46,74); }
H1.HeaderClassName
{
color: #232E4A;
}
.AnyTagClassName
{
color: #232E4A;
}
</style>
background-color css
<style>
a { background-color: #232E4A; }
a { background-color: rgb(35,46,74); }
div.DivClassName
{
background-color: #232E4A;
}
.BgClassName
{
background-color: #232E4A;
}
</style>
border-color css
<style>
span { border-color: #232E4A; }
span { border-color: rgb(35,46,74); }
td.TdClassName
{
border-color: #232E4A;
}
.TagClassName
{
border-color: #232E4A;
}
</style>