Shades of Bunting #232D40
Tints of Bunting #232D40
RGB
CMYK
RGB Variations
Color information
#232D40 (or 0x232D40) is known color: Bunting. HEX triplet: 23, 2D and 40. RGB value is (35,45,64). Sum of RGB (Red+Green+Blue) = 35+45+64=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #232D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D40 is #DCD2BF. Grayscale: #2C2C2C. Windows color (decimal): -14471872 or 4205859. OLE color: 4205859.
HSL color Cylindrical-coordinate representation of color #232D40: hue angle of 219.31º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #232D40 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 45 | 64 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.75 |
| HSL | 219.31º | 0.29% | 0.19% | - |
| HSV(B) | 219.31º | 0.45% | 0.25% | - |
| XYZ | 2.56 | 2.6 | 5.22 | - |
| YUV | 44.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 64 | 0.45 | 0.30 | 0 | 0.75 | 219.31 | 0.29 | 0.19 |
| Hex | 23 | 2D | 40 | 2D | 1E | 0 | 4B | DB | 1D | 13 |
| Octal | 43 | 55 | 100 | 55 | 36 | 0 | 113 | 333 | 35 | 23 |
| Binary | 100011 | 101101 | 1000000 | 101101 | 11110 | 0 | 1001011 | 11011011 | 11101 | 10011 |
Color Harmonies of #232D40
Complementary color
Monochromatic Colors of #232D40
Black with #232D40
Text Example
Text Example
White with #232D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D40; }
p { color: rgb(35,45,64); }
H1.HeaderClassName
{
color: #232D40;
}
.AnyTagClassName
{
color: #232D40;
}
</style>
background-color css
<style>
a { background-color: #232D40; }
a { background-color: rgb(35,45,64); }
div.DivClassName
{
background-color: #232D40;
}
.BgClassName
{
background-color: #232D40;
}
</style>
border-color css
<style>
span { border-color: #232D40; }
span { border-color: rgb(35,45,64); }
td.TdClassName
{
border-color: #232D40;
}
.TagClassName
{
border-color: #232D40;
}
</style>