Shades of Bunting #23344E
Tints of Bunting #23344E
RGB
CMYK
RGB Variations
Color information
#23344E (or 0x23344E) is known color: Bunting. HEX triplet: 23, 34 and 4E. RGB value is (35,52,78). Sum of RGB (Red+Green+Blue) = 35+52+78=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #23344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23344E is #DCCBB1. Grayscale: #313131. Windows color (decimal): -14470066 or 5125155. OLE color: 5125155.
HSL color Cylindrical-coordinate representation of color #23344E: hue angle of 216.28º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23344E is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 52 | 78 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.69 |
| HSL | 216.28º | 0.38% | 0.22% | - |
| HSV(B) | 216.28º | 0.55% | 0.31% | - |
| XYZ | 3.3 | 3.36 | 7.68 | - |
| YUV | 49.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 78 | 0.55 | 0.33 | 0 | 0.69 | 216.28 | 0.38 | 0.22 |
| Hex | 23 | 34 | 4E | 37 | 21 | 0 | 45 | D8 | 26 | 16 |
| Octal | 43 | 64 | 116 | 67 | 41 | 0 | 105 | 330 | 46 | 26 |
| Binary | 100011 | 110100 | 1001110 | 110111 | 100001 | 0 | 1000101 | 11011000 | 100110 | 10110 |
Color Harmonies of #23344E
Complementary color
Monochromatic Colors of #23344E
Black with #23344E
Text Example
Text Example
White with #23344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23344E; }
p { color: rgb(35,52,78); }
H1.HeaderClassName
{
color: #23344E;
}
.AnyTagClassName
{
color: #23344E;
}
</style>
background-color css
<style>
a { background-color: #23344E; }
a { background-color: rgb(35,52,78); }
div.DivClassName
{
background-color: #23344E;
}
.BgClassName
{
background-color: #23344E;
}
</style>
border-color css
<style>
span { border-color: #23344E; }
span { border-color: rgb(35,52,78); }
td.TdClassName
{
border-color: #23344E;
}
.TagClassName
{
border-color: #23344E;
}
</style>