Shades of Paua #232048
Tints of Paua #232048
RGB
CMYK
RGB Variations
Color information
#232048 (or 0x232048) is known color: Paua. HEX triplet: 23, 20 and 48. RGB value is (35,32,72). Sum of RGB (Red+Green+Blue) = 35+32+72=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #232048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232048 is #DCDFB7. Grayscale: #252525. Windows color (decimal): -14475192 or 4726819. OLE color: 4726819.
HSL color Cylindrical-coordinate representation of color #232048: hue angle of 244.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #232048 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 32 | 72 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.72 |
| HSL | 244.5º | 0.38% | 0.2% | - |
| HSV(B) | 244.5º | 0.56% | 0.28% | - |
| XYZ | 2.38 | 1.86 | 6.36 | - |
| YUV | 37.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 72 | 0.51 | 0.56 | 0 | 0.72 | 244.5 | 0.38 | 0.2 |
| Hex | 23 | 20 | 48 | 33 | 38 | 0 | 48 | F4 | 26 | 14 |
| Octal | 43 | 40 | 110 | 63 | 70 | 0 | 110 | 364 | 46 | 24 |
| Binary | 100011 | 100000 | 1001000 | 110011 | 111000 | 0 | 1001000 | 11110100 | 100110 | 10100 |
Color Harmonies of #232048
Complementary color
Monochromatic Colors of #232048
Black with #232048
Text Example
Text Example
White with #232048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232048; }
p { color: rgb(35,32,72); }
H1.HeaderClassName
{
color: #232048;
}
.AnyTagClassName
{
color: #232048;
}
</style>
background-color css
<style>
a { background-color: #232048; }
a { background-color: rgb(35,32,72); }
div.DivClassName
{
background-color: #232048;
}
.BgClassName
{
background-color: #232048;
}
</style>
border-color css
<style>
span { border-color: #232048; }
span { border-color: rgb(35,32,72); }
td.TdClassName
{
border-color: #232048;
}
.TagClassName
{
border-color: #232048;
}
</style>