Shades of Paua #232054
Tints of Paua #232054
RGB
CMYK
RGB Variations
Color information
#232054 (or 0x232054) is known color: Paua. HEX triplet: 23, 20 and 54. RGB value is (35,32,84). Sum of RGB (Red+Green+Blue) = 35+32+84=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #232054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232054 is #DCDFAB. Grayscale: #262626. Windows color (decimal): -14475180 or 5513251. OLE color: 5513251.
HSL color Cylindrical-coordinate representation of color #232054: hue angle of 243.46º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #232054 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 32 | 84 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.67 |
| HSL | 243.46º | 0.45% | 0.23% | - |
| HSV(B) | 243.46º | 0.62% | 0.33% | - |
| XYZ | 2.81 | 2.03 | 8.63 | - |
| YUV | 38.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 84 | 0.58 | 0.62 | 0 | 0.67 | 243.46 | 0.45 | 0.23 |
| Hex | 23 | 20 | 54 | 3A | 3E | 0 | 43 | F3 | 2D | 17 |
| Octal | 43 | 40 | 124 | 72 | 76 | 0 | 103 | 363 | 55 | 27 |
| Binary | 100011 | 100000 | 1010100 | 111010 | 111110 | 0 | 1000011 | 11110011 | 101101 | 10111 |
Color Harmonies of #232054
Complementary color
Monochromatic Colors of #232054
Black with #232054
Text Example
Text Example
White with #232054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232054; }
p { color: rgb(35,32,84); }
H1.HeaderClassName
{
color: #232054;
}
.AnyTagClassName
{
color: #232054;
}
</style>
background-color css
<style>
a { background-color: #232054; }
a { background-color: rgb(35,32,84); }
div.DivClassName
{
background-color: #232054;
}
.BgClassName
{
background-color: #232054;
}
</style>
border-color css
<style>
span { border-color: #232054; }
span { border-color: rgb(35,32,84); }
td.TdClassName
{
border-color: #232054;
}
.TagClassName
{
border-color: #232054;
}
</style>