Shades of Paua #231B51
Tints of Paua #231B51
RGB
CMYK
RGB Variations
Color information
#231B51 (or 0x231B51) is known color: Paua. HEX triplet: 23, 1B and 51. RGB value is (35,27,81). Sum of RGB (Red+Green+Blue) = 35+27+81=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #231B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B51 is #DCE4AE. Grayscale: #232323. Windows color (decimal): -14476463 or 5315363. OLE color: 5315363.
HSL color Cylindrical-coordinate representation of color #231B51: hue angle of 248.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231B51 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 27 | 81 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.68 |
| HSL | 248.89º | 0.5% | 0.21% | - |
| HSV(B) | 248.89º | 0.67% | 0.32% | - |
| XYZ | 2.57 | 1.74 | 7.98 | - |
| YUV | 35.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 81 | 0.57 | 0.67 | 0 | 0.68 | 248.89 | 0.5 | 0.21 |
| Hex | 23 | 1B | 51 | 39 | 43 | 0 | 44 | F9 | 32 | 15 |
| Octal | 43 | 33 | 121 | 71 | 103 | 0 | 104 | 371 | 62 | 25 |
| Binary | 100011 | 11011 | 1010001 | 111001 | 1000011 | 0 | 1000100 | 11111001 | 110010 | 10101 |
Color Harmonies of #231B51
Complementary color
Monochromatic Colors of #231B51
Black with #231B51
Text Example
Text Example
White with #231B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B51; }
p { color: rgb(35,27,81); }
H1.HeaderClassName
{
color: #231B51;
}
.AnyTagClassName
{
color: #231B51;
}
</style>
background-color css
<style>
a { background-color: #231B51; }
a { background-color: rgb(35,27,81); }
div.DivClassName
{
background-color: #231B51;
}
.BgClassName
{
background-color: #231B51;
}
</style>
border-color css
<style>
span { border-color: #231B51; }
span { border-color: rgb(35,27,81); }
td.TdClassName
{
border-color: #231B51;
}
.TagClassName
{
border-color: #231B51;
}
</style>