Shades of Bunting #23304C
Tints of Bunting #23304C
RGB
CMYK
RGB Variations
Color information
#23304C (or 0x23304C) is known color: Bunting. HEX triplet: 23, 30 and 4C. RGB value is (35,48,76). Sum of RGB (Red+Green+Blue) = 35+48+76=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #23304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23304C is #DCCFB3. Grayscale: #2F2F2F. Windows color (decimal): -14471092 or 4993059. OLE color: 4993059.
HSL color Cylindrical-coordinate representation of color #23304C: hue angle of 220.98º 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 #23304C is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 48 | 76 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.70 |
| HSL | 220.98º | 0.37% | 0.22% | - |
| HSV(B) | 220.98º | 0.54% | 0.3% | - |
| XYZ | 3.05 | 2.99 | 7.25 | - |
| YUV | 47.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 76 | 0.54 | 0.37 | 0 | 0.70 | 220.98 | 0.37 | 0.22 |
| Hex | 23 | 30 | 4C | 36 | 25 | 0 | 46 | DD | 25 | 16 |
| Octal | 43 | 60 | 114 | 66 | 45 | 0 | 106 | 335 | 45 | 26 |
| Binary | 100011 | 110000 | 1001100 | 110110 | 100101 | 0 | 1000110 | 11011101 | 100101 | 10110 |
Color Harmonies of #23304C
Complementary color
Monochromatic Colors of #23304C
Black with #23304C
Text Example
Text Example
White with #23304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23304C; }
p { color: rgb(35,48,76); }
H1.HeaderClassName
{
color: #23304C;
}
.AnyTagClassName
{
color: #23304C;
}
</style>
background-color css
<style>
a { background-color: #23304C; }
a { background-color: rgb(35,48,76); }
div.DivClassName
{
background-color: #23304C;
}
.BgClassName
{
background-color: #23304C;
}
</style>
border-color css
<style>
span { border-color: #23304C; }
span { border-color: rgb(35,48,76); }
td.TdClassName
{
border-color: #23304C;
}
.TagClassName
{
border-color: #23304C;
}
</style>