Shades of Paua #231C59
Tints of Paua #231C59
RGB
CMYK
RGB Variations
Color information
#231C59 (or 0x231C59) is known color: Paua. HEX triplet: 23, 1C and 59. RGB value is (35,28,89). Sum of RGB (Red+Green+Blue) = 35+28+89=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #231C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C59 is #DCE3A6. Grayscale: #242424. Windows color (decimal): -14476199 or 5839907. OLE color: 5839907.
HSL color Cylindrical-coordinate representation of color #231C59: hue angle of 246.89º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #231C59 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 28 | 89 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.65 |
| HSL | 246.89º | 0.52% | 0.23% | - |
| HSV(B) | 246.89º | 0.69% | 0.35% | - |
| XYZ | 2.91 | 1.91 | 9.67 | - |
| YUV | 37.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 89 | 0.61 | 0.69 | 0 | 0.65 | 246.89 | 0.52 | 0.23 |
| Hex | 23 | 1C | 59 | 3D | 45 | 0 | 41 | F7 | 34 | 17 |
| Octal | 43 | 34 | 131 | 75 | 105 | 0 | 101 | 367 | 64 | 27 |
| Binary | 100011 | 11100 | 1011001 | 111101 | 1000101 | 0 | 1000001 | 11110111 | 110100 | 10111 |
Color Harmonies of #231C59
Complementary color
Monochromatic Colors of #231C59
Black with #231C59
Text Example
Text Example
White with #231C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C59; }
p { color: rgb(35,28,89); }
H1.HeaderClassName
{
color: #231C59;
}
.AnyTagClassName
{
color: #231C59;
}
</style>
background-color css
<style>
a { background-color: #231C59; }
a { background-color: rgb(35,28,89); }
div.DivClassName
{
background-color: #231C59;
}
.BgClassName
{
background-color: #231C59;
}
</style>
border-color css
<style>
span { border-color: #231C59; }
span { border-color: rgb(35,28,89); }
td.TdClassName
{
border-color: #231C59;
}
.TagClassName
{
border-color: #231C59;
}
</style>