Shades of Paua #231D50
Tints of Paua #231D50
RGB
CMYK
RGB Variations
Color information
#231D50 (or 0x231D50) is known color: Paua. HEX triplet: 23, 1D and 50. RGB value is (35,29,80). Sum of RGB (Red+Green+Blue) = 35+29+80=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #231D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D50 is #DCE2AF. Grayscale: #242424. Windows color (decimal): -14475952 or 5250339. OLE color: 5250339.
HSL color Cylindrical-coordinate representation of color #231D50: hue angle of 247.06º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #231D50 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 29 | 80 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.69 |
| HSL | 247.06º | 0.47% | 0.21% | - |
| HSV(B) | 247.06º | 0.64% | 0.31% | - |
| XYZ | 2.58 | 1.82 | 7.8 | - |
| YUV | 36.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 80 | 0.56 | 0.64 | 0 | 0.69 | 247.06 | 0.47 | 0.21 |
| Hex | 23 | 1D | 50 | 38 | 40 | 0 | 45 | F7 | 2F | 15 |
| Octal | 43 | 35 | 120 | 70 | 100 | 0 | 105 | 367 | 57 | 25 |
| Binary | 100011 | 11101 | 1010000 | 111000 | 1000000 | 0 | 1000101 | 11110111 | 101111 | 10101 |
Color Harmonies of #231D50
Complementary color
Monochromatic Colors of #231D50
Black with #231D50
Text Example
Text Example
White with #231D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D50; }
p { color: rgb(35,29,80); }
H1.HeaderClassName
{
color: #231D50;
}
.AnyTagClassName
{
color: #231D50;
}
</style>
background-color css
<style>
a { background-color: #231D50; }
a { background-color: rgb(35,29,80); }
div.DivClassName
{
background-color: #231D50;
}
.BgClassName
{
background-color: #231D50;
}
</style>
border-color css
<style>
span { border-color: #231D50; }
span { border-color: rgb(35,29,80); }
td.TdClassName
{
border-color: #231D50;
}
.TagClassName
{
border-color: #231D50;
}
</style>