Shades of Bunting #23334A
Tints of Bunting #23334A
RGB
CMYK
RGB Variations
Color information
#23334A (or 0x23334A) is known color: Bunting. HEX triplet: 23, 33 and 4A. RGB value is (35,51,74). Sum of RGB (Red+Green+Blue) = 35+51+74=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #23334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23334A is #DCCCB5. Grayscale: #303030. Windows color (decimal): -14470326 or 4862755. OLE color: 4862755.
HSL color Cylindrical-coordinate representation of color #23334A: hue angle of 215.38º 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 #23334A is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 51 | 74 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.71 |
| HSL | 215.38º | 0.36% | 0.21% | - |
| HSV(B) | 215.38º | 0.53% | 0.29% | - |
| XYZ | 3.11 | 3.22 | 6.94 | - |
| YUV | 48.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 74 | 0.53 | 0.31 | 0 | 0.71 | 215.38 | 0.36 | 0.21 |
| Hex | 23 | 33 | 4A | 35 | 1F | 0 | 47 | D7 | 24 | 15 |
| Octal | 43 | 63 | 112 | 65 | 37 | 0 | 107 | 327 | 44 | 25 |
| Binary | 100011 | 110011 | 1001010 | 110101 | 11111 | 0 | 1000111 | 11010111 | 100100 | 10101 |
Color Harmonies of #23334A
Complementary color
Monochromatic Colors of #23334A
Black with #23334A
Text Example
Text Example
White with #23334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23334A; }
p { color: rgb(35,51,74); }
H1.HeaderClassName
{
color: #23334A;
}
.AnyTagClassName
{
color: #23334A;
}
</style>
background-color css
<style>
a { background-color: #23334A; }
a { background-color: rgb(35,51,74); }
div.DivClassName
{
background-color: #23334A;
}
.BgClassName
{
background-color: #23334A;
}
</style>
border-color css
<style>
span { border-color: #23334A; }
span { border-color: rgb(35,51,74); }
td.TdClassName
{
border-color: #23334A;
}
.TagClassName
{
border-color: #23334A;
}
</style>