Shades of Paua #232253
Tints of Paua #232253
RGB
CMYK
RGB Variations
Color information
#232253 (or 0x232253) is known color: Paua. HEX triplet: 23, 22 and 53. RGB value is (35,34,83). Sum of RGB (Red+Green+Blue) = 35+34+83=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #232253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232253 is #DCDDAC. Grayscale: #272727. Windows color (decimal): -14474669 or 5448227. OLE color: 5448227.
HSL color Cylindrical-coordinate representation of color #232253: hue angle of 241.22º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #232253 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 34 | 83 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.67 |
| HSL | 241.22º | 0.42% | 0.23% | - |
| HSV(B) | 241.22º | 0.59% | 0.33% | - |
| XYZ | 2.83 | 2.13 | 8.44 | - |
| YUV | 39.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 83 | 0.58 | 0.59 | 0 | 0.67 | 241.22 | 0.42 | 0.23 |
| Hex | 23 | 22 | 53 | 3A | 3B | 0 | 43 | F1 | 2A | 17 |
| Octal | 43 | 42 | 123 | 72 | 73 | 0 | 103 | 361 | 52 | 27 |
| Binary | 100011 | 100010 | 1010011 | 111010 | 111011 | 0 | 1000011 | 11110001 | 101010 | 10111 |
Color Harmonies of #232253
Complementary color
Monochromatic Colors of #232253
Black with #232253
Text Example
Text Example
White with #232253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232253; }
p { color: rgb(35,34,83); }
H1.HeaderClassName
{
color: #232253;
}
.AnyTagClassName
{
color: #232253;
}
</style>
background-color css
<style>
a { background-color: #232253; }
a { background-color: rgb(35,34,83); }
div.DivClassName
{
background-color: #232253;
}
.BgClassName
{
background-color: #232253;
}
</style>
border-color css
<style>
span { border-color: #232253; }
span { border-color: rgb(35,34,83); }
td.TdClassName
{
border-color: #232253;
}
.TagClassName
{
border-color: #232253;
}
</style>