Shades of Paua #231C49
Tints of Paua #231C49
RGB
CMYK
RGB Variations
Color information
#231C49 (or 0x231C49) is known color: Paua. HEX triplet: 23, 1C and 49. RGB value is (35,28,73). Sum of RGB (Red+Green+Blue) = 35+28+73=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #231C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C49 is #DCE3B6. Grayscale: #232323. Windows color (decimal): -14476215 or 4791331. OLE color: 4791331.
HSL color Cylindrical-coordinate representation of color #231C49: hue angle of 249.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #231C49 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 28 | 73 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.71 |
| HSL | 249.33º | 0.45% | 0.2% | - |
| HSV(B) | 249.33º | 0.62% | 0.29% | - |
| XYZ | 2.31 | 1.67 | 6.5 | - |
| YUV | 35.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 73 | 0.52 | 0.62 | 0 | 0.71 | 249.33 | 0.45 | 0.2 |
| Hex | 23 | 1C | 49 | 34 | 3E | 0 | 47 | F9 | 2D | 14 |
| Octal | 43 | 34 | 111 | 64 | 76 | 0 | 107 | 371 | 55 | 24 |
| Binary | 100011 | 11100 | 1001001 | 110100 | 111110 | 0 | 1000111 | 11111001 | 101101 | 10100 |
Color Harmonies of #231C49
Complementary color
Monochromatic Colors of #231C49
Black with #231C49
Text Example
Text Example
White with #231C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C49; }
p { color: rgb(35,28,73); }
H1.HeaderClassName
{
color: #231C49;
}
.AnyTagClassName
{
color: #231C49;
}
</style>
background-color css
<style>
a { background-color: #231C49; }
a { background-color: rgb(35,28,73); }
div.DivClassName
{
background-color: #231C49;
}
.BgClassName
{
background-color: #231C49;
}
</style>
border-color css
<style>
span { border-color: #231C49; }
span { border-color: rgb(35,28,73); }
td.TdClassName
{
border-color: #231C49;
}
.TagClassName
{
border-color: #231C49;
}
</style>