Shades of Paua #23224D
Tints of Paua #23224D
RGB
CMYK
RGB Variations
Color information
#23224D (or 0x23224D) is known color: Paua. HEX triplet: 23, 22 and 4D. RGB value is (35,34,77). Sum of RGB (Red+Green+Blue) = 35+34+77=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #23224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23224D is #DCDDB2. Grayscale: #272727. Windows color (decimal): -14474675 or 5055011. OLE color: 5055011.
HSL color Cylindrical-coordinate representation of color #23224D: hue angle of 241.4º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23224D is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 34 | 77 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.70 |
| HSL | 241.4º | 0.39% | 0.22% | - |
| HSV(B) | 241.4º | 0.56% | 0.3% | - |
| XYZ | 2.6 | 2.04 | 7.28 | - |
| YUV | 39.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 77 | 0.55 | 0.56 | 0 | 0.70 | 241.4 | 0.39 | 0.22 |
| Hex | 23 | 22 | 4D | 37 | 38 | 0 | 46 | F1 | 27 | 16 |
| Octal | 43 | 42 | 115 | 67 | 70 | 0 | 106 | 361 | 47 | 26 |
| Binary | 100011 | 100010 | 1001101 | 110111 | 111000 | 0 | 1000110 | 11110001 | 100111 | 10110 |
Color Harmonies of #23224D
Complementary color
Monochromatic Colors of #23224D
Black with #23224D
Text Example
Text Example
White with #23224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23224D; }
p { color: rgb(35,34,77); }
H1.HeaderClassName
{
color: #23224D;
}
.AnyTagClassName
{
color: #23224D;
}
</style>
background-color css
<style>
a { background-color: #23224D; }
a { background-color: rgb(35,34,77); }
div.DivClassName
{
background-color: #23224D;
}
.BgClassName
{
background-color: #23224D;
}
</style>
border-color css
<style>
span { border-color: #23224D; }
span { border-color: rgb(35,34,77); }
td.TdClassName
{
border-color: #23224D;
}
.TagClassName
{
border-color: #23224D;
}
</style>