Shades of Paua #231D57
Tints of Paua #231D57
RGB
CMYK
RGB Variations
Color information
#231D57 (or 0x231D57) is known color: Paua. HEX triplet: 23, 1D and 57. RGB value is (35,29,87). Sum of RGB (Red+Green+Blue) = 35+29+87=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #231D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D57 is #DCE2A8. Grayscale: #252525. Windows color (decimal): -14475945 or 5709091. OLE color: 5709091.
HSL color Cylindrical-coordinate representation of color #231D57: hue angle of 246.21º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231D57 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 29 | 87 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.66 |
| HSL | 246.21º | 0.5% | 0.23% | - |
| HSV(B) | 246.21º | 0.67% | 0.34% | - |
| XYZ | 2.85 | 1.92 | 9.24 | - |
| YUV | 37.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 87 | 0.60 | 0.67 | 0 | 0.66 | 246.21 | 0.5 | 0.23 |
| Hex | 23 | 1D | 57 | 3C | 43 | 0 | 42 | F6 | 32 | 17 |
| Octal | 43 | 35 | 127 | 74 | 103 | 0 | 102 | 366 | 62 | 27 |
| Binary | 100011 | 11101 | 1010111 | 111100 | 1000011 | 0 | 1000010 | 11110110 | 110010 | 10111 |
Color Harmonies of #231D57
Complementary color
Monochromatic Colors of #231D57
Black with #231D57
Text Example
Text Example
White with #231D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D57; }
p { color: rgb(35,29,87); }
H1.HeaderClassName
{
color: #231D57;
}
.AnyTagClassName
{
color: #231D57;
}
</style>
background-color css
<style>
a { background-color: #231D57; }
a { background-color: rgb(35,29,87); }
div.DivClassName
{
background-color: #231D57;
}
.BgClassName
{
background-color: #231D57;
}
</style>
border-color css
<style>
span { border-color: #231D57; }
span { border-color: rgb(35,29,87); }
td.TdClassName
{
border-color: #231D57;
}
.TagClassName
{
border-color: #231D57;
}
</style>