Shades of Paua #231857
Tints of Paua #231857
RGB
CMYK
RGB Variations
Color information
#231857 (or 0x231857) is known color: Paua. HEX triplet: 23, 18 and 57. RGB value is (35,24,87). Sum of RGB (Red+Green+Blue) = 35+24+87=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #231857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231857 is #DCE7A8. Grayscale: #222222. Windows color (decimal): -14477225 or 5707811. OLE color: 5707811.
HSL color Cylindrical-coordinate representation of color #231857: hue angle of 250.48º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #231857 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 24 | 87 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.66 |
| HSL | 250.48º | 0.57% | 0.22% | - |
| HSV(B) | 250.48º | 0.72% | 0.34% | - |
| XYZ | 2.74 | 1.7 | 9.2 | - |
| YUV | 34.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 87 | 0.60 | 0.72 | 0 | 0.66 | 250.48 | 0.57 | 0.22 |
| Hex | 23 | 18 | 57 | 3C | 48 | 0 | 42 | FA | 39 | 16 |
| Octal | 43 | 30 | 127 | 74 | 110 | 0 | 102 | 372 | 71 | 26 |
| Binary | 100011 | 11000 | 1010111 | 111100 | 1001000 | 0 | 1000010 | 11111010 | 111001 | 10110 |
Color Harmonies of #231857
Complementary color
Monochromatic Colors of #231857
Black with #231857
Text Example
Text Example
White with #231857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231857; }
p { color: rgb(35,24,87); }
H1.HeaderClassName
{
color: #231857;
}
.AnyTagClassName
{
color: #231857;
}
</style>
background-color css
<style>
a { background-color: #231857; }
a { background-color: rgb(35,24,87); }
div.DivClassName
{
background-color: #231857;
}
.BgClassName
{
background-color: #231857;
}
</style>
border-color css
<style>
span { border-color: #231857; }
span { border-color: rgb(35,24,87); }
td.TdClassName
{
border-color: #231857;
}
.TagClassName
{
border-color: #231857;
}
</style>