Shades of Paua #231E46
Tints of Paua #231E46
RGB
CMYK
RGB Variations
Color information
#231E46 (or 0x231E46) is known color: Paua. HEX triplet: 23, 1E and 46. RGB value is (35,30,70). Sum of RGB (Red+Green+Blue) = 35+30+70=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #231E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E46 is #DCE1B9. Grayscale: #232323. Windows color (decimal): -14475706 or 4595235. OLE color: 4595235.
HSL color Cylindrical-coordinate representation of color #231E46: hue angle of 247.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #231E46 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 30 | 70 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.73 |
| HSL | 247.5º | 0.4% | 0.2% | - |
| HSV(B) | 247.5º | 0.57% | 0.27% | - |
| XYZ | 2.26 | 1.73 | 6.01 | - |
| YUV | 36.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 70 | 0.5 | 0.57 | 0 | 0.73 | 247.5 | 0.4 | 0.2 |
| Hex | 23 | 1E | 46 | 32 | 39 | 0 | 49 | F8 | 28 | 14 |
| Octal | 43 | 36 | 106 | 62 | 71 | 0 | 111 | 370 | 50 | 24 |
| Binary | 100011 | 11110 | 1000110 | 110010 | 111001 | 0 | 1001001 | 11111000 | 101000 | 10100 |
Color Harmonies of #231E46
Complementary color
Monochromatic Colors of #231E46
Black with #231E46
Text Example
Text Example
White with #231E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E46; }
p { color: rgb(35,30,70); }
H1.HeaderClassName
{
color: #231E46;
}
.AnyTagClassName
{
color: #231E46;
}
</style>
background-color css
<style>
a { background-color: #231E46; }
a { background-color: rgb(35,30,70); }
div.DivClassName
{
background-color: #231E46;
}
.BgClassName
{
background-color: #231E46;
}
</style>
border-color css
<style>
span { border-color: #231E46; }
span { border-color: rgb(35,30,70); }
td.TdClassName
{
border-color: #231E46;
}
.TagClassName
{
border-color: #231E46;
}
</style>