Shades of Bunting #232D48
Tints of Bunting #232D48
RGB
CMYK
RGB Variations
Color information
#232D48 (or 0x232D48) is known color: Bunting. HEX triplet: 23, 2D and 48. RGB value is (35,45,72). Sum of RGB (Red+Green+Blue) = 35+45+72=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #232D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D48 is #DCD2B7. Grayscale: #2C2C2C. Windows color (decimal): -14471864 or 4730147. OLE color: 4730147.
HSL color Cylindrical-coordinate representation of color #232D48: hue angle of 223.78º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #232D48 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 45 | 72 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.72 |
| HSL | 223.78º | 0.35% | 0.21% | - |
| HSV(B) | 223.78º | 0.51% | 0.28% | - |
| XYZ | 2.8 | 2.7 | 6.5 | - |
| YUV | 45.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 72 | 0.51 | 0.38 | 0 | 0.72 | 223.78 | 0.35 | 0.21 |
| Hex | 23 | 2D | 48 | 33 | 26 | 0 | 48 | E0 | 23 | 15 |
| Octal | 43 | 55 | 110 | 63 | 46 | 0 | 110 | 340 | 43 | 25 |
| Binary | 100011 | 101101 | 1001000 | 110011 | 100110 | 0 | 1001000 | 11100000 | 100011 | 10101 |
Color Harmonies of #232D48
Complementary color
Monochromatic Colors of #232D48
Black with #232D48
Text Example
Text Example
White with #232D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D48; }
p { color: rgb(35,45,72); }
H1.HeaderClassName
{
color: #232D48;
}
.AnyTagClassName
{
color: #232D48;
}
</style>
background-color css
<style>
a { background-color: #232D48; }
a { background-color: rgb(35,45,72); }
div.DivClassName
{
background-color: #232D48;
}
.BgClassName
{
background-color: #232D48;
}
</style>
border-color css
<style>
span { border-color: #232D48; }
span { border-color: rgb(35,45,72); }
td.TdClassName
{
border-color: #232D48;
}
.TagClassName
{
border-color: #232D48;
}
</style>