Shades of Paua #201758
Tints of Paua #201758
RGB
CMYK
RGB Variations
Color information
#201758 (or 0x201758) is known color: Paua. HEX triplet: 20, 17 and 58. RGB value is (32,23,88). Sum of RGB (Red+Green+Blue) = 32+23+88=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #201758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201758 is #DFE8A7. Grayscale: #202020. Windows color (decimal): -14674088 or 5773088. OLE color: 5773088.
HSL color Cylindrical-coordinate representation of color #201758: hue angle of 248.31º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201758 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 23 | 88 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.65 |
| HSL | 248.31º | 0.59% | 0.22% | - |
| HSV(B) | 248.31º | 0.74% | 0.35% | - |
| XYZ | 2.66 | 1.62 | 9.41 | - |
| YUV | 33.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 88 | 0.64 | 0.74 | 0 | 0.65 | 248.31 | 0.59 | 0.22 |
| Hex | 20 | 17 | 58 | 40 | 4A | 0 | 41 | F8 | 3B | 16 |
| Octal | 40 | 27 | 130 | 100 | 112 | 0 | 101 | 370 | 73 | 26 |
| Binary | 100000 | 10111 | 1011000 | 1000000 | 1001010 | 0 | 1000001 | 11111000 | 111011 | 10110 |
Color Harmonies of #201758
Complementary color
Monochromatic Colors of #201758
Black with #201758
Text Example
Text Example
White with #201758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201758; }
p { color: rgb(32,23,88); }
H1.HeaderClassName
{
color: #201758;
}
.AnyTagClassName
{
color: #201758;
}
</style>
background-color css
<style>
a { background-color: #201758; }
a { background-color: rgb(32,23,88); }
div.DivClassName
{
background-color: #201758;
}
.BgClassName
{
background-color: #201758;
}
</style>
border-color css
<style>
span { border-color: #201758; }
span { border-color: rgb(32,23,88); }
td.TdClassName
{
border-color: #201758;
}
.TagClassName
{
border-color: #201758;
}
</style>