Shades of Paua #23235D
Tints of Paua #23235D
RGB
CMYK
RGB Variations
Color information
#23235D (or 0x23235D) is known color: Paua. HEX triplet: 23, 23 and 5D. RGB value is (35,35,93). Sum of RGB (Red+Green+Blue) = 35+35+93=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #23235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23235D is #DCDCA2. Grayscale: #292929. Windows color (decimal): -14474403 or 6103843. OLE color: 6103843.
HSL color Cylindrical-coordinate representation of color #23235D: hue angle of 240º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23235D is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 35 | 93 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.64 |
| HSL | 240º | 0.45% | 0.25% | - |
| HSV(B) | 240º | 0.62% | 0.36% | - |
| XYZ | 3.27 | 2.35 | 10.64 | - |
| YUV | 41.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 93 | 0.62 | 0.62 | 0 | 0.64 | 240 | 0.45 | 0.25 |
| Hex | 23 | 23 | 5D | 3E | 3E | 0 | 40 | F0 | 2D | 19 |
| Octal | 43 | 43 | 135 | 76 | 76 | 0 | 100 | 360 | 55 | 31 |
| Binary | 100011 | 100011 | 1011101 | 111110 | 111110 | 0 | 1000000 | 11110000 | 101101 | 11001 |
Color Harmonies of #23235D
Complementary color
Monochromatic Colors of #23235D
Black with #23235D
Text Example
Text Example
White with #23235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23235D; }
p { color: rgb(35,35,93); }
H1.HeaderClassName
{
color: #23235D;
}
.AnyTagClassName
{
color: #23235D;
}
</style>
background-color css
<style>
a { background-color: #23235D; }
a { background-color: rgb(35,35,93); }
div.DivClassName
{
background-color: #23235D;
}
.BgClassName
{
background-color: #23235D;
}
</style>
border-color css
<style>
span { border-color: #23235D; }
span { border-color: rgb(35,35,93); }
td.TdClassName
{
border-color: #23235D;
}
.TagClassName
{
border-color: #23235D;
}
</style>