Shades of Paua #231D44
Tints of Paua #231D44
RGB
CMYK
RGB Variations
Color information
#231D44 (or 0x231D44) is known color: Paua. HEX triplet: 23, 1D and 44. RGB value is (35,29,68). Sum of RGB (Red+Green+Blue) = 35+29+68=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #231D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D44 is #DCE2BB. Grayscale: #232323. Windows color (decimal): -14475964 or 4463907. OLE color: 4463907.
HSL color Cylindrical-coordinate representation of color #231D44: hue angle of 249.23º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #231D44 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 29 | 68 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.73 |
| HSL | 249.23º | 0.4% | 0.19% | - |
| HSV(B) | 249.23º | 0.57% | 0.27% | - |
| XYZ | 2.18 | 1.65 | 5.67 | - |
| YUV | 35.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 68 | 0.49 | 0.57 | 0 | 0.73 | 249.23 | 0.4 | 0.19 |
| Hex | 23 | 1D | 44 | 31 | 39 | 0 | 49 | F9 | 28 | 13 |
| Octal | 43 | 35 | 104 | 61 | 71 | 0 | 111 | 371 | 50 | 23 |
| Binary | 100011 | 11101 | 1000100 | 110001 | 111001 | 0 | 1001001 | 11111001 | 101000 | 10011 |
Color Harmonies of #231D44
Complementary color
Monochromatic Colors of #231D44
Black with #231D44
Text Example
Text Example
White with #231D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D44; }
p { color: rgb(35,29,68); }
H1.HeaderClassName
{
color: #231D44;
}
.AnyTagClassName
{
color: #231D44;
}
</style>
background-color css
<style>
a { background-color: #231D44; }
a { background-color: rgb(35,29,68); }
div.DivClassName
{
background-color: #231D44;
}
.BgClassName
{
background-color: #231D44;
}
</style>
border-color css
<style>
span { border-color: #231D44; }
span { border-color: rgb(35,29,68); }
td.TdClassName
{
border-color: #231D44;
}
.TagClassName
{
border-color: #231D44;
}
</style>