Shades of Paua #231C50
Tints of Paua #231C50
RGB
CMYK
RGB Variations
Color information
#231C50 (or 0x231C50) is known color: Paua. HEX triplet: 23, 1C and 50. RGB value is (35,28,80). Sum of RGB (Red+Green+Blue) = 35+28+80=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #231C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C50 is #DCE3AF. Grayscale: #232323. Windows color (decimal): -14476208 or 5250083. OLE color: 5250083.
HSL color Cylindrical-coordinate representation of color #231C50: hue angle of 248.08º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #231C50 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 28 | 80 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.69 |
| HSL | 248.08º | 0.48% | 0.21% | - |
| HSV(B) | 248.08º | 0.65% | 0.31% | - |
| XYZ | 2.56 | 1.77 | 7.8 | - |
| YUV | 36.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 80 | 0.56 | 0.65 | 0 | 0.69 | 248.08 | 0.48 | 0.21 |
| Hex | 23 | 1C | 50 | 38 | 41 | 0 | 45 | F8 | 30 | 15 |
| Octal | 43 | 34 | 120 | 70 | 101 | 0 | 105 | 370 | 60 | 25 |
| Binary | 100011 | 11100 | 1010000 | 111000 | 1000001 | 0 | 1000101 | 11111000 | 110000 | 10101 |
Color Harmonies of #231C50
Complementary color
Monochromatic Colors of #231C50
Black with #231C50
Text Example
Text Example
White with #231C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C50; }
p { color: rgb(35,28,80); }
H1.HeaderClassName
{
color: #231C50;
}
.AnyTagClassName
{
color: #231C50;
}
</style>
background-color css
<style>
a { background-color: #231C50; }
a { background-color: rgb(35,28,80); }
div.DivClassName
{
background-color: #231C50;
}
.BgClassName
{
background-color: #231C50;
}
</style>
border-color css
<style>
span { border-color: #231C50; }
span { border-color: rgb(35,28,80); }
td.TdClassName
{
border-color: #231C50;
}
.TagClassName
{
border-color: #231C50;
}
</style>