Shades of Paua #23214E
Tints of Paua #23214E
RGB
CMYK
RGB Variations
Color information
#23214E (or 0x23214E) is known color: Paua. HEX triplet: 23, 21 and 4E. RGB value is (35,33,78). Sum of RGB (Red+Green+Blue) = 35+33+78=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #23214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23214E is #DCDEB1. Grayscale: #262626. Windows color (decimal): -14474930 or 5120291. OLE color: 5120291.
HSL color Cylindrical-coordinate representation of color #23214E: hue angle of 242.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23214E is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 33 | 78 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.69 |
| HSL | 242.67º | 0.41% | 0.22% | - |
| HSV(B) | 242.67º | 0.58% | 0.31% | - |
| XYZ | 2.61 | 2 | 7.46 | - |
| YUV | 38.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 78 | 0.55 | 0.58 | 0 | 0.69 | 242.67 | 0.41 | 0.22 |
| Hex | 23 | 21 | 4E | 37 | 3A | 0 | 45 | F3 | 29 | 16 |
| Octal | 43 | 41 | 116 | 67 | 72 | 0 | 105 | 363 | 51 | 26 |
| Binary | 100011 | 100001 | 1001110 | 110111 | 111010 | 0 | 1000101 | 11110011 | 101001 | 10110 |
Color Harmonies of #23214E
Complementary color
Monochromatic Colors of #23214E
Black with #23214E
Text Example
Text Example
White with #23214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23214E; }
p { color: rgb(35,33,78); }
H1.HeaderClassName
{
color: #23214E;
}
.AnyTagClassName
{
color: #23214E;
}
</style>
background-color css
<style>
a { background-color: #23214E; }
a { background-color: rgb(35,33,78); }
div.DivClassName
{
background-color: #23214E;
}
.BgClassName
{
background-color: #23214E;
}
</style>
border-color css
<style>
span { border-color: #23214E; }
span { border-color: rgb(35,33,78); }
td.TdClassName
{
border-color: #23214E;
}
.TagClassName
{
border-color: #23214E;
}
</style>