Shades of Paua #231D51
Tints of Paua #231D51
RGB
CMYK
RGB Variations
Color information
#231D51 (or 0x231D51) is known color: Paua. HEX triplet: 23, 1D and 51. RGB value is (35,29,81). Sum of RGB (Red+Green+Blue) = 35+29+81=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #231D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D51 is #DCE2AE. Grayscale: #242424. Windows color (decimal): -14475951 or 5315875. OLE color: 5315875.
HSL color Cylindrical-coordinate representation of color #231D51: hue angle of 246.92º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #231D51 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 29 | 81 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.68 |
| HSL | 246.92º | 0.47% | 0.22% | - |
| HSV(B) | 246.92º | 0.64% | 0.32% | - |
| XYZ | 2.62 | 1.83 | 8 | - |
| YUV | 36.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 81 | 0.57 | 0.64 | 0 | 0.68 | 246.92 | 0.47 | 0.22 |
| Hex | 23 | 1D | 51 | 39 | 40 | 0 | 44 | F7 | 2F | 16 |
| Octal | 43 | 35 | 121 | 71 | 100 | 0 | 104 | 367 | 57 | 26 |
| Binary | 100011 | 11101 | 1010001 | 111001 | 1000000 | 0 | 1000100 | 11110111 | 101111 | 10110 |
Color Harmonies of #231D51
Complementary color
Monochromatic Colors of #231D51
Black with #231D51
Text Example
Text Example
White with #231D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D51; }
p { color: rgb(35,29,81); }
H1.HeaderClassName
{
color: #231D51;
}
.AnyTagClassName
{
color: #231D51;
}
</style>
background-color css
<style>
a { background-color: #231D51; }
a { background-color: rgb(35,29,81); }
div.DivClassName
{
background-color: #231D51;
}
.BgClassName
{
background-color: #231D51;
}
</style>
border-color css
<style>
span { border-color: #231D51; }
span { border-color: rgb(35,29,81); }
td.TdClassName
{
border-color: #231D51;
}
.TagClassName
{
border-color: #231D51;
}
</style>