Shades of Paua #202154
Tints of Paua #202154
RGB
CMYK
RGB Variations
Color information
#202154 (or 0x202154) is known color: Paua. HEX triplet: 20, 21 and 54. RGB value is (32,33,84). Sum of RGB (Red+Green+Blue) = 32+33+84=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #202154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202154 is #DFDEAB. Grayscale: #262626. Windows color (decimal): -14671532 or 5513504. OLE color: 5513504.
HSL color Cylindrical-coordinate representation of color #202154: hue angle of 238.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #202154 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 33 | 84 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.67 |
| HSL | 238.85º | 0.45% | 0.23% | - |
| HSV(B) | 238.85º | 0.62% | 0.33% | - |
| XYZ | 2.74 | 2.03 | 8.64 | - |
| YUV | 38.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 84 | 0.62 | 0.61 | 0 | 0.67 | 238.85 | 0.45 | 0.23 |
| Hex | 20 | 21 | 54 | 3E | 3D | 0 | 43 | EF | 2D | 17 |
| Octal | 40 | 41 | 124 | 76 | 75 | 0 | 103 | 357 | 55 | 27 |
| Binary | 100000 | 100001 | 1010100 | 111110 | 111101 | 0 | 1000011 | 11101111 | 101101 | 10111 |
Color Harmonies of #202154
Complementary color
Monochromatic Colors of #202154
Black with #202154
Text Example
Text Example
White with #202154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202154; }
p { color: rgb(32,33,84); }
H1.HeaderClassName
{
color: #202154;
}
.AnyTagClassName
{
color: #202154;
}
</style>
background-color css
<style>
a { background-color: #202154; }
a { background-color: rgb(32,33,84); }
div.DivClassName
{
background-color: #202154;
}
.BgClassName
{
background-color: #202154;
}
</style>
border-color css
<style>
span { border-color: #202154; }
span { border-color: rgb(32,33,84); }
td.TdClassName
{
border-color: #202154;
}
.TagClassName
{
border-color: #202154;
}
</style>