Shades of Paua #231A52
Tints of Paua #231A52
RGB
CMYK
RGB Variations
Color information
#231A52 (or 0x231A52) is known color: Paua. HEX triplet: 23, 1A and 52. RGB value is (35,26,82). Sum of RGB (Red+Green+Blue) = 35+26+82=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #231A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A52 is #DCE5AD. Grayscale: #222222. Windows color (decimal): -14476718 or 5380643. OLE color: 5380643.
HSL color Cylindrical-coordinate representation of color #231A52: hue angle of 249.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231A52 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 26 | 82 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.68 |
| HSL | 249.64º | 0.52% | 0.21% | - |
| HSV(B) | 249.64º | 0.68% | 0.32% | - |
| XYZ | 2.59 | 1.71 | 8.18 | - |
| YUV | 35.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 82 | 0.57 | 0.68 | 0 | 0.68 | 249.64 | 0.52 | 0.21 |
| Hex | 23 | 1A | 52 | 39 | 44 | 0 | 44 | FA | 34 | 15 |
| Octal | 43 | 32 | 122 | 71 | 104 | 0 | 104 | 372 | 64 | 25 |
| Binary | 100011 | 11010 | 1010010 | 111001 | 1000100 | 0 | 1000100 | 11111010 | 110100 | 10101 |
Color Harmonies of #231A52
Complementary color
Monochromatic Colors of #231A52
Black with #231A52
Text Example
Text Example
White with #231A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A52; }
p { color: rgb(35,26,82); }
H1.HeaderClassName
{
color: #231A52;
}
.AnyTagClassName
{
color: #231A52;
}
</style>
background-color css
<style>
a { background-color: #231A52; }
a { background-color: rgb(35,26,82); }
div.DivClassName
{
background-color: #231A52;
}
.BgClassName
{
background-color: #231A52;
}
</style>
border-color css
<style>
span { border-color: #231A52; }
span { border-color: rgb(35,26,82); }
td.TdClassName
{
border-color: #231A52;
}
.TagClassName
{
border-color: #231A52;
}
</style>