Shades of Paua #231A5C
Tints of Paua #231A5C
RGB
CMYK
RGB Variations
Color information
#231A5C (or 0x231A5C) is known color: Paua. HEX triplet: 23, 1A and 5C. RGB value is (35,26,92). Sum of RGB (Red+Green+Blue) = 35+26+92=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #231A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A5C is #DCE5A3. Grayscale: #232323. Windows color (decimal): -14476708 or 6036003. OLE color: 6036003.
HSL color Cylindrical-coordinate representation of color #231A5C: hue angle of 248.18º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #231A5C is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 26 | 92 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.64 |
| HSL | 248.18º | 0.56% | 0.23% | - |
| HSV(B) | 248.18º | 0.72% | 0.36% | - |
| XYZ | 2.99 | 1.87 | 10.33 | - |
| YUV | 36.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 92 | 0.62 | 0.72 | 0 | 0.64 | 248.18 | 0.56 | 0.23 |
| Hex | 23 | 1A | 5C | 3E | 48 | 0 | 40 | F8 | 38 | 17 |
| Octal | 43 | 32 | 134 | 76 | 110 | 0 | 100 | 370 | 70 | 27 |
| Binary | 100011 | 11010 | 1011100 | 111110 | 1001000 | 0 | 1000000 | 11111000 | 111000 | 10111 |
Color Harmonies of #231A5C
Complementary color
Monochromatic Colors of #231A5C
Black with #231A5C
Text Example
Text Example
White with #231A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A5C; }
p { color: rgb(35,26,92); }
H1.HeaderClassName
{
color: #231A5C;
}
.AnyTagClassName
{
color: #231A5C;
}
</style>
background-color css
<style>
a { background-color: #231A5C; }
a { background-color: rgb(35,26,92); }
div.DivClassName
{
background-color: #231A5C;
}
.BgClassName
{
background-color: #231A5C;
}
</style>
border-color css
<style>
span { border-color: #231A5C; }
span { border-color: rgb(35,26,92); }
td.TdClassName
{
border-color: #231A5C;
}
.TagClassName
{
border-color: #231A5C;
}
</style>