Shades of Bunting #23314D
Tints of Bunting #23314D
RGB
CMYK
RGB Variations
Color information
#23314D (or 0x23314D) is known color: Bunting. HEX triplet: 23, 31 and 4D. RGB value is (35,49,77). Sum of RGB (Red+Green+Blue) = 35+49+77=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #23314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23314D is #DCCEB2. Grayscale: #2F2F2F. Windows color (decimal): -14470835 or 5058851. OLE color: 5058851.
HSL color Cylindrical-coordinate representation of color #23314D: hue angle of 220º 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 #23314D is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 49 | 77 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.70 |
| HSL | 220º | 0.38% | 0.22% | - |
| HSV(B) | 220º | 0.55% | 0.3% | - |
| XYZ | 3.13 | 3.09 | 7.45 | - |
| YUV | 48.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 77 | 0.55 | 0.36 | 0 | 0.70 | 220 | 0.38 | 0.22 |
| Hex | 23 | 31 | 4D | 37 | 24 | 0 | 46 | DC | 26 | 16 |
| Octal | 43 | 61 | 115 | 67 | 44 | 0 | 106 | 334 | 46 | 26 |
| Binary | 100011 | 110001 | 1001101 | 110111 | 100100 | 0 | 1000110 | 11011100 | 100110 | 10110 |
Color Harmonies of #23314D
Complementary color
Monochromatic Colors of #23314D
Black with #23314D
Text Example
Text Example
White with #23314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23314D; }
p { color: rgb(35,49,77); }
H1.HeaderClassName
{
color: #23314D;
}
.AnyTagClassName
{
color: #23314D;
}
</style>
background-color css
<style>
a { background-color: #23314D; }
a { background-color: rgb(35,49,77); }
div.DivClassName
{
background-color: #23314D;
}
.BgClassName
{
background-color: #23314D;
}
</style>
border-color css
<style>
span { border-color: #23314D; }
span { border-color: rgb(35,49,77); }
td.TdClassName
{
border-color: #23314D;
}
.TagClassName
{
border-color: #23314D;
}
</style>