Shades of Paua #231F5E
Tints of Paua #231F5E
RGB
CMYK
RGB Variations
Color information
#231F5E (or 0x231F5E) is known color: Paua. HEX triplet: 23, 1F and 5E. RGB value is (35,31,94). Sum of RGB (Red+Green+Blue) = 35+31+94=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #231F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F5E is #DCE0A1. Grayscale: #272727. Windows color (decimal): -14475426 or 6168355. OLE color: 6168355.
HSL color Cylindrical-coordinate representation of color #231F5E: hue angle of 243.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231F5E is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 31 | 94 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.63 |
| HSL | 243.81º | 0.5% | 0.25% | - |
| HSV(B) | 243.81º | 0.67% | 0.37% | - |
| XYZ | 3.2 | 2.15 | 10.83 | - |
| YUV | 39.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 94 | 0.63 | 0.67 | 0 | 0.63 | 243.81 | 0.5 | 0.25 |
| Hex | 23 | 1F | 5E | 3F | 43 | 0 | 3F | F4 | 32 | 19 |
| Octal | 43 | 37 | 136 | 77 | 103 | 0 | 77 | 364 | 62 | 31 |
| Binary | 100011 | 11111 | 1011110 | 111111 | 1000011 | 0 | 111111 | 11110100 | 110010 | 11001 |
Color Harmonies of #231F5E
Complementary color
Monochromatic Colors of #231F5E
Black with #231F5E
Text Example
Text Example
White with #231F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F5E; }
p { color: rgb(35,31,94); }
H1.HeaderClassName
{
color: #231F5E;
}
.AnyTagClassName
{
color: #231F5E;
}
</style>
background-color css
<style>
a { background-color: #231F5E; }
a { background-color: rgb(35,31,94); }
div.DivClassName
{
background-color: #231F5E;
}
.BgClassName
{
background-color: #231F5E;
}
</style>
border-color css
<style>
span { border-color: #231F5E; }
span { border-color: rgb(35,31,94); }
td.TdClassName
{
border-color: #231F5E;
}
.TagClassName
{
border-color: #231F5E;
}
</style>