Shades of Paua #231C55
Tints of Paua #231C55
RGB
CMYK
RGB Variations
Color information
#231C55 (or 0x231C55) is known color: Paua. HEX triplet: 23, 1C and 55. RGB value is (35,28,85). Sum of RGB (Red+Green+Blue) = 35+28+85=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #231C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C55 is #DCE3AA. Grayscale: #242424. Windows color (decimal): -14476203 or 5577763. OLE color: 5577763.
HSL color Cylindrical-coordinate representation of color #231C55: hue angle of 247.37º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231C55 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 28 | 85 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.67 |
| HSL | 247.37º | 0.5% | 0.22% | - |
| HSV(B) | 247.37º | 0.67% | 0.33% | - |
| XYZ | 2.75 | 1.84 | 8.81 | - |
| YUV | 36.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 85 | 0.59 | 0.67 | 0 | 0.67 | 247.37 | 0.5 | 0.22 |
| Hex | 23 | 1C | 55 | 3B | 43 | 0 | 43 | F7 | 32 | 16 |
| Octal | 43 | 34 | 125 | 73 | 103 | 0 | 103 | 367 | 62 | 26 |
| Binary | 100011 | 11100 | 1010101 | 111011 | 1000011 | 0 | 1000011 | 11110111 | 110010 | 10110 |
Color Harmonies of #231C55
Complementary color
Monochromatic Colors of #231C55
Black with #231C55
Text Example
Text Example
White with #231C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C55; }
p { color: rgb(35,28,85); }
H1.HeaderClassName
{
color: #231C55;
}
.AnyTagClassName
{
color: #231C55;
}
</style>
background-color css
<style>
a { background-color: #231C55; }
a { background-color: rgb(35,28,85); }
div.DivClassName
{
background-color: #231C55;
}
.BgClassName
{
background-color: #231C55;
}
</style>
border-color css
<style>
span { border-color: #231C55; }
span { border-color: rgb(35,28,85); }
td.TdClassName
{
border-color: #231C55;
}
.TagClassName
{
border-color: #231C55;
}
</style>