Shades of Paua #232261
Tints of Paua #232261
RGB
CMYK
RGB Variations
Color information
#232261 (or 0x232261) is known color: Paua. HEX triplet: 23, 22 and 61. RGB value is (35,34,97). Sum of RGB (Red+Green+Blue) = 35+34+97=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #232261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232261 is #DCDD9E. Grayscale: #292929. Windows color (decimal): -14474655 or 6365731. OLE color: 6365731.
HSL color Cylindrical-coordinate representation of color #232261: hue angle of 240.95º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232261 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 34 | 97 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.62 |
| HSL | 240.95º | 0.48% | 0.26% | - |
| HSV(B) | 240.95º | 0.65% | 0.38% | - |
| XYZ | 3.42 | 2.36 | 11.59 | - |
| YUV | 41.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 97 | 0.64 | 0.65 | 0 | 0.62 | 240.95 | 0.48 | 0.26 |
| Hex | 23 | 22 | 61 | 40 | 41 | 0 | 3E | F1 | 30 | 1A |
| Octal | 43 | 42 | 141 | 100 | 101 | 0 | 76 | 361 | 60 | 32 |
| Binary | 100011 | 100010 | 1100001 | 1000000 | 1000001 | 0 | 111110 | 11110001 | 110000 | 11010 |
Color Harmonies of #232261
Complementary color
Monochromatic Colors of #232261
Black with #232261
Text Example
Text Example
White with #232261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232261; }
p { color: rgb(35,34,97); }
H1.HeaderClassName
{
color: #232261;
}
.AnyTagClassName
{
color: #232261;
}
</style>
background-color css
<style>
a { background-color: #232261; }
a { background-color: rgb(35,34,97); }
div.DivClassName
{
background-color: #232261;
}
.BgClassName
{
background-color: #232261;
}
</style>
border-color css
<style>
span { border-color: #232261; }
span { border-color: rgb(35,34,97); }
td.TdClassName
{
border-color: #232261;
}
.TagClassName
{
border-color: #232261;
}
</style>