Shades of Bunting #23304A
Tints of Bunting #23304A
RGB
CMYK
RGB Variations
Color information
#23304A (or 0x23304A) is known color: Bunting. HEX triplet: 23, 30 and 4A. RGB value is (35,48,74). Sum of RGB (Red+Green+Blue) = 35+48+74=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #23304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23304A is #DCCFB5. Grayscale: #2E2E2E. Windows color (decimal): -14471094 or 4861987. OLE color: 4861987.
HSL color Cylindrical-coordinate representation of color #23304A: hue angle of 220º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23304A is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 48 | 74 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.71 |
| HSL | 220º | 0.36% | 0.21% | - |
| HSV(B) | 220º | 0.53% | 0.29% | - |
| XYZ | 2.99 | 2.97 | 6.89 | - |
| YUV | 47.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 74 | 0.53 | 0.35 | 0 | 0.71 | 220 | 0.36 | 0.21 |
| Hex | 23 | 30 | 4A | 35 | 23 | 0 | 47 | DC | 24 | 15 |
| Octal | 43 | 60 | 112 | 65 | 43 | 0 | 107 | 334 | 44 | 25 |
| Binary | 100011 | 110000 | 1001010 | 110101 | 100011 | 0 | 1000111 | 11011100 | 100100 | 10101 |
Color Harmonies of #23304A
Complementary color
Monochromatic Colors of #23304A
Black with #23304A
Text Example
Text Example
White with #23304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23304A; }
p { color: rgb(35,48,74); }
H1.HeaderClassName
{
color: #23304A;
}
.AnyTagClassName
{
color: #23304A;
}
</style>
background-color css
<style>
a { background-color: #23304A; }
a { background-color: rgb(35,48,74); }
div.DivClassName
{
background-color: #23304A;
}
.BgClassName
{
background-color: #23304A;
}
</style>
border-color css
<style>
span { border-color: #23304A; }
span { border-color: rgb(35,48,74); }
td.TdClassName
{
border-color: #23304A;
}
.TagClassName
{
border-color: #23304A;
}
</style>