Shades of Bunting #23304D
Tints of Bunting #23304D
RGB
CMYK
RGB Variations
Color information
#23304D (or 0x23304D) is known color: Bunting. HEX triplet: 23, 30 and 4D. RGB value is (35,48,77). Sum of RGB (Red+Green+Blue) = 35+48+77=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #23304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23304D is #DCCFB2. Grayscale: #2F2F2F. Windows color (decimal): -14471091 or 5058595. OLE color: 5058595.
HSL color Cylindrical-coordinate representation of color #23304D: hue angle of 221.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23304D is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 48 | 77 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.70 |
| HSL | 221.43º | 0.38% | 0.22% | - |
| HSV(B) | 221.43º | 0.55% | 0.3% | - |
| XYZ | 3.09 | 3.01 | 7.44 | - |
| YUV | 47.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 77 | 0.55 | 0.38 | 0 | 0.70 | 221.43 | 0.38 | 0.22 |
| Hex | 23 | 30 | 4D | 37 | 26 | 0 | 46 | DD | 26 | 16 |
| Octal | 43 | 60 | 115 | 67 | 46 | 0 | 106 | 335 | 46 | 26 |
| Binary | 100011 | 110000 | 1001101 | 110111 | 100110 | 0 | 1000110 | 11011101 | 100110 | 10110 |
Color Harmonies of #23304D
Complementary color
Monochromatic Colors of #23304D
Black with #23304D
Text Example
Text Example
White with #23304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23304D; }
p { color: rgb(35,48,77); }
H1.HeaderClassName
{
color: #23304D;
}
.AnyTagClassName
{
color: #23304D;
}
</style>
background-color css
<style>
a { background-color: #23304D; }
a { background-color: rgb(35,48,77); }
div.DivClassName
{
background-color: #23304D;
}
.BgClassName
{
background-color: #23304D;
}
</style>
border-color css
<style>
span { border-color: #23304D; }
span { border-color: rgb(35,48,77); }
td.TdClassName
{
border-color: #23304D;
}
.TagClassName
{
border-color: #23304D;
}
</style>