Shades of Bunting #232C4A
Tints of Bunting #232C4A
RGB
CMYK
RGB Variations
Color information
#232C4A (or 0x232C4A) is known color: Bunting. HEX triplet: 23, 2C and 4A. RGB value is (35,44,74). Sum of RGB (Red+Green+Blue) = 35+44+74=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #232C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C4A is #DCD3B5. Grayscale: #2C2C2C. Windows color (decimal): -14472118 or 4860963. OLE color: 4860963.
HSL color Cylindrical-coordinate representation of color #232C4A: hue angle of 226.15º 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 #232C4A is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 44 | 74 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.71 |
| HSL | 226.15º | 0.36% | 0.21% | - |
| HSV(B) | 226.15º | 0.53% | 0.29% | - |
| XYZ | 2.83 | 2.65 | 6.84 | - |
| YUV | 44.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 74 | 0.53 | 0.41 | 0 | 0.71 | 226.15 | 0.36 | 0.21 |
| Hex | 23 | 2C | 4A | 35 | 29 | 0 | 47 | E2 | 24 | 15 |
| Octal | 43 | 54 | 112 | 65 | 51 | 0 | 107 | 342 | 44 | 25 |
| Binary | 100011 | 101100 | 1001010 | 110101 | 101001 | 0 | 1000111 | 11100010 | 100100 | 10101 |
Color Harmonies of #232C4A
Complementary color
Monochromatic Colors of #232C4A
Black with #232C4A
Text Example
Text Example
White with #232C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C4A; }
p { color: rgb(35,44,74); }
H1.HeaderClassName
{
color: #232C4A;
}
.AnyTagClassName
{
color: #232C4A;
}
</style>
background-color css
<style>
a { background-color: #232C4A; }
a { background-color: rgb(35,44,74); }
div.DivClassName
{
background-color: #232C4A;
}
.BgClassName
{
background-color: #232C4A;
}
</style>
border-color css
<style>
span { border-color: #232C4A; }
span { border-color: rgb(35,44,74); }
td.TdClassName
{
border-color: #232C4A;
}
.TagClassName
{
border-color: #232C4A;
}
</style>