Shades of Paua #231C5A
Tints of Paua #231C5A
RGB
CMYK
RGB Variations
Color information
#231C5A (or 0x231C5A) is known color: Paua. HEX triplet: 23, 1C and 5A. RGB value is (35,28,90). Sum of RGB (Red+Green+Blue) = 35+28+90=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #231C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C5A is #DCE3A5. Grayscale: #242424. Windows color (decimal): -14476198 or 5905443. OLE color: 5905443.
HSL color Cylindrical-coordinate representation of color #231C5A: hue angle of 246.77º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #231C5A is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 28 | 90 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.65 |
| HSL | 246.77º | 0.53% | 0.23% | - |
| HSV(B) | 246.77º | 0.69% | 0.35% | - |
| XYZ | 2.95 | 1.93 | 9.89 | - |
| YUV | 37.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 90 | 0.61 | 0.69 | 0 | 0.65 | 246.77 | 0.53 | 0.23 |
| Hex | 23 | 1C | 5A | 3D | 45 | 0 | 41 | F7 | 35 | 17 |
| Octal | 43 | 34 | 132 | 75 | 105 | 0 | 101 | 367 | 65 | 27 |
| Binary | 100011 | 11100 | 1011010 | 111101 | 1000101 | 0 | 1000001 | 11110111 | 110101 | 10111 |
Color Harmonies of #231C5A
Complementary color
Monochromatic Colors of #231C5A
Black with #231C5A
Text Example
Text Example
White with #231C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C5A; }
p { color: rgb(35,28,90); }
H1.HeaderClassName
{
color: #231C5A;
}
.AnyTagClassName
{
color: #231C5A;
}
</style>
background-color css
<style>
a { background-color: #231C5A; }
a { background-color: rgb(35,28,90); }
div.DivClassName
{
background-color: #231C5A;
}
.BgClassName
{
background-color: #231C5A;
}
</style>
border-color css
<style>
span { border-color: #231C5A; }
span { border-color: rgb(35,28,90); }
td.TdClassName
{
border-color: #231C5A;
}
.TagClassName
{
border-color: #231C5A;
}
</style>