Shades of Paua #231C53
Tints of Paua #231C53
RGB
CMYK
RGB Variations
Color information
#231C53 (or 0x231C53) is known color: Paua. HEX triplet: 23, 1C and 53. RGB value is (35,28,83). Sum of RGB (Red+Green+Blue) = 35+28+83=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #231C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C53 is #DCE3AC. Grayscale: #242424. Windows color (decimal): -14476205 or 5446691. OLE color: 5446691.
HSL color Cylindrical-coordinate representation of color #231C53: hue angle of 247.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231C53 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 28 | 83 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.67 |
| HSL | 247.64º | 0.5% | 0.22% | - |
| HSV(B) | 247.64º | 0.66% | 0.33% | - |
| XYZ | 2.67 | 1.81 | 8.39 | - |
| YUV | 36.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 83 | 0.58 | 0.66 | 0 | 0.67 | 247.64 | 0.5 | 0.22 |
| Hex | 23 | 1C | 53 | 3A | 42 | 0 | 43 | F8 | 32 | 16 |
| Octal | 43 | 34 | 123 | 72 | 102 | 0 | 103 | 370 | 62 | 26 |
| Binary | 100011 | 11100 | 1010011 | 111010 | 1000010 | 0 | 1000011 | 11111000 | 110010 | 10110 |
Color Harmonies of #231C53
Complementary color
Monochromatic Colors of #231C53
Black with #231C53
Text Example
Text Example
White with #231C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C53; }
p { color: rgb(35,28,83); }
H1.HeaderClassName
{
color: #231C53;
}
.AnyTagClassName
{
color: #231C53;
}
</style>
background-color css
<style>
a { background-color: #231C53; }
a { background-color: rgb(35,28,83); }
div.DivClassName
{
background-color: #231C53;
}
.BgClassName
{
background-color: #231C53;
}
</style>
border-color css
<style>
span { border-color: #231C53; }
span { border-color: rgb(35,28,83); }
td.TdClassName
{
border-color: #231C53;
}
.TagClassName
{
border-color: #231C53;
}
</style>