Shades of Bunting #232D4C
Tints of Bunting #232D4C
RGB
CMYK
RGB Variations
Color information
#232D4C (or 0x232D4C) is known color: Bunting. HEX triplet: 23, 2D and 4C. RGB value is (35,45,76). Sum of RGB (Red+Green+Blue) = 35+45+76=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #232D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D4C is #DCD2B3. Grayscale: #2D2D2D. Windows color (decimal): -14471860 or 4992291. OLE color: 4992291.
HSL color Cylindrical-coordinate representation of color #232D4C: hue angle of 225.37º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #232D4C is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 45 | 76 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.70 |
| HSL | 225.37º | 0.37% | 0.22% | - |
| HSV(B) | 225.37º | 0.54% | 0.3% | - |
| XYZ | 2.94 | 2.76 | 7.21 | - |
| YUV | 45.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 76 | 0.54 | 0.41 | 0 | 0.70 | 225.37 | 0.37 | 0.22 |
| Hex | 23 | 2D | 4C | 36 | 29 | 0 | 46 | E1 | 25 | 16 |
| Octal | 43 | 55 | 114 | 66 | 51 | 0 | 106 | 341 | 45 | 26 |
| Binary | 100011 | 101101 | 1001100 | 110110 | 101001 | 0 | 1000110 | 11100001 | 100101 | 10110 |
Color Harmonies of #232D4C
Complementary color
Monochromatic Colors of #232D4C
Black with #232D4C
Text Example
Text Example
White with #232D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D4C; }
p { color: rgb(35,45,76); }
H1.HeaderClassName
{
color: #232D4C;
}
.AnyTagClassName
{
color: #232D4C;
}
</style>
background-color css
<style>
a { background-color: #232D4C; }
a { background-color: rgb(35,45,76); }
div.DivClassName
{
background-color: #232D4C;
}
.BgClassName
{
background-color: #232D4C;
}
</style>
border-color css
<style>
span { border-color: #232D4C; }
span { border-color: rgb(35,45,76); }
td.TdClassName
{
border-color: #232D4C;
}
.TagClassName
{
border-color: #232D4C;
}
</style>