Shades of Paua #231E59
Tints of Paua #231E59
RGB
CMYK
RGB Variations
Color information
#231E59 (or 0x231E59) is known color: Paua. HEX triplet: 23, 1E and 59. RGB value is (35,30,89). Sum of RGB (Red+Green+Blue) = 35+30+89=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #231E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E59 is #DCE1A6. Grayscale: #252525. Windows color (decimal): -14475687 or 5840419. OLE color: 5840419.
HSL color Cylindrical-coordinate representation of color #231E59: hue angle of 245.08º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231E59 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 30 | 89 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.65 |
| HSL | 245.08º | 0.5% | 0.23% | - |
| HSV(B) | 245.08º | 0.66% | 0.35% | - |
| XYZ | 2.96 | 2.01 | 9.68 | - |
| YUV | 38.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 89 | 0.61 | 0.66 | 0 | 0.65 | 245.08 | 0.5 | 0.23 |
| Hex | 23 | 1E | 59 | 3D | 42 | 0 | 41 | F5 | 32 | 17 |
| Octal | 43 | 36 | 131 | 75 | 102 | 0 | 101 | 365 | 62 | 27 |
| Binary | 100011 | 11110 | 1011001 | 111101 | 1000010 | 0 | 1000001 | 11110101 | 110010 | 10111 |
Color Harmonies of #231E59
Complementary color
Monochromatic Colors of #231E59
Black with #231E59
Text Example
Text Example
White with #231E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E59; }
p { color: rgb(35,30,89); }
H1.HeaderClassName
{
color: #231E59;
}
.AnyTagClassName
{
color: #231E59;
}
</style>
background-color css
<style>
a { background-color: #231E59; }
a { background-color: rgb(35,30,89); }
div.DivClassName
{
background-color: #231E59;
}
.BgClassName
{
background-color: #231E59;
}
</style>
border-color css
<style>
span { border-color: #231E59; }
span { border-color: rgb(35,30,89); }
td.TdClassName
{
border-color: #231E59;
}
.TagClassName
{
border-color: #231E59;
}
</style>