Shades of Paua #232456
Tints of Paua #232456
RGB
CMYK
RGB Variations
Color information
#232456 (or 0x232456) is known color: Paua. HEX triplet: 23, 24 and 56. RGB value is (35,36,86). Sum of RGB (Red+Green+Blue) = 35+36+86=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #232456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232456 is #DCDBA9. Grayscale: #292929. Windows color (decimal): -14474154 or 5645347. OLE color: 5645347.
HSL color Cylindrical-coordinate representation of color #232456: hue angle of 238.82º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #232456 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 36 | 86 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.66 |
| HSL | 238.82º | 0.42% | 0.24% | - |
| HSV(B) | 238.82º | 0.59% | 0.34% | - |
| XYZ | 3 | 2.29 | 9.09 | - |
| YUV | 41.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 86 | 0.59 | 0.58 | 0 | 0.66 | 238.82 | 0.42 | 0.24 |
| Hex | 23 | 24 | 56 | 3B | 3A | 0 | 42 | EF | 2A | 18 |
| Octal | 43 | 44 | 126 | 73 | 72 | 0 | 102 | 357 | 52 | 30 |
| Binary | 100011 | 100100 | 1010110 | 111011 | 111010 | 0 | 1000010 | 11101111 | 101010 | 11000 |
Color Harmonies of #232456
Complementary color
Monochromatic Colors of #232456
Black with #232456
Text Example
Text Example
White with #232456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232456; }
p { color: rgb(35,36,86); }
H1.HeaderClassName
{
color: #232456;
}
.AnyTagClassName
{
color: #232456;
}
</style>
background-color css
<style>
a { background-color: #232456; }
a { background-color: rgb(35,36,86); }
div.DivClassName
{
background-color: #232456;
}
.BgClassName
{
background-color: #232456;
}
</style>
border-color css
<style>
span { border-color: #232456; }
span { border-color: rgb(35,36,86); }
td.TdClassName
{
border-color: #232456;
}
.TagClassName
{
border-color: #232456;
}
</style>