Shades of Paua #231C46
Tints of Paua #231C46
RGB
CMYK
RGB Variations
Color information
#231C46 (or 0x231C46) is known color: Paua. HEX triplet: 23, 1C and 46. RGB value is (35,28,70). Sum of RGB (Red+Green+Blue) = 35+28+70=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #231C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C46 is #DCE3B9. Grayscale: #222222. Windows color (decimal): -14476218 or 4594723. OLE color: 4594723.
HSL color Cylindrical-coordinate representation of color #231C46: hue angle of 250º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #231C46 is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 28 | 70 | - |
| CMYK | 0.5 | 0.60 | 0 | 0.73 |
| HSL | 250º | 0.43% | 0.19% | - |
| HSV(B) | 250º | 0.6% | 0.27% | - |
| XYZ | 2.21 | 1.63 | 5.99 | - |
| YUV | 34.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 70 | 0.5 | 0.60 | 0 | 0.73 | 250 | 0.43 | 0.19 |
| Hex | 23 | 1C | 46 | 32 | 3C | 0 | 49 | FA | 2B | 13 |
| Octal | 43 | 34 | 106 | 62 | 74 | 0 | 111 | 372 | 53 | 23 |
| Binary | 100011 | 11100 | 1000110 | 110010 | 111100 | 0 | 1001001 | 11111010 | 101011 | 10011 |
Color Harmonies of #231C46
Complementary color
Monochromatic Colors of #231C46
Black with #231C46
Text Example
Text Example
White with #231C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C46; }
p { color: rgb(35,28,70); }
H1.HeaderClassName
{
color: #231C46;
}
.AnyTagClassName
{
color: #231C46;
}
</style>
background-color css
<style>
a { background-color: #231C46; }
a { background-color: rgb(35,28,70); }
div.DivClassName
{
background-color: #231C46;
}
.BgClassName
{
background-color: #231C46;
}
</style>
border-color css
<style>
span { border-color: #231C46; }
span { border-color: rgb(35,28,70); }
td.TdClassName
{
border-color: #231C46;
}
.TagClassName
{
border-color: #231C46;
}
</style>