Shades of Paua #232049
Tints of Paua #232049
RGB
CMYK
RGB Variations
Color information
#232049 (or 0x232049) is known color: Paua. HEX triplet: 23, 20 and 49. RGB value is (35,32,73). Sum of RGB (Red+Green+Blue) = 35+32+73=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #232049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232049 is #DCDFB6. Grayscale: #252525. Windows color (decimal): -14475191 or 4792355. OLE color: 4792355.
HSL color Cylindrical-coordinate representation of color #232049: hue angle of 244.39º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #232049 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 32 | 73 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.71 |
| HSL | 244.39º | 0.39% | 0.21% | - |
| HSV(B) | 244.39º | 0.56% | 0.29% | - |
| XYZ | 2.41 | 1.87 | 6.54 | - |
| YUV | 37.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 73 | 0.52 | 0.56 | 0 | 0.71 | 244.39 | 0.39 | 0.21 |
| Hex | 23 | 20 | 49 | 34 | 38 | 0 | 47 | F4 | 27 | 15 |
| Octal | 43 | 40 | 111 | 64 | 70 | 0 | 107 | 364 | 47 | 25 |
| Binary | 100011 | 100000 | 1001001 | 110100 | 111000 | 0 | 1000111 | 11110100 | 100111 | 10101 |
Color Harmonies of #232049
Complementary color
Monochromatic Colors of #232049
Black with #232049
Text Example
Text Example
White with #232049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232049; }
p { color: rgb(35,32,73); }
H1.HeaderClassName
{
color: #232049;
}
.AnyTagClassName
{
color: #232049;
}
</style>
background-color css
<style>
a { background-color: #232049; }
a { background-color: rgb(35,32,73); }
div.DivClassName
{
background-color: #232049;
}
.BgClassName
{
background-color: #232049;
}
</style>
border-color css
<style>
span { border-color: #232049; }
span { border-color: rgb(35,32,73); }
td.TdClassName
{
border-color: #232049;
}
.TagClassName
{
border-color: #232049;
}
</style>