Shades of Paua #231D5A
Tints of Paua #231D5A
RGB
CMYK
RGB Variations
Color information
#231D5A (or 0x231D5A) is known color: Paua. HEX triplet: 23, 1D and 5A. RGB value is (35,29,90). Sum of RGB (Red+Green+Blue) = 35+29+90=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #231D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D5A is #DCE2A5. Grayscale: #252525. Windows color (decimal): -14475942 or 5905699. OLE color: 5905699.
HSL color Cylindrical-coordinate representation of color #231D5A: hue angle of 245.9º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231D5A is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 29 | 90 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.65 |
| HSL | 245.9º | 0.51% | 0.23% | - |
| HSV(B) | 245.9º | 0.68% | 0.35% | - |
| XYZ | 2.98 | 1.97 | 9.9 | - |
| YUV | 37.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 90 | 0.61 | 0.68 | 0 | 0.65 | 245.9 | 0.51 | 0.23 |
| Hex | 23 | 1D | 5A | 3D | 44 | 0 | 41 | F6 | 33 | 17 |
| Octal | 43 | 35 | 132 | 75 | 104 | 0 | 101 | 366 | 63 | 27 |
| Binary | 100011 | 11101 | 1011010 | 111101 | 1000100 | 0 | 1000001 | 11110110 | 110011 | 10111 |
Color Harmonies of #231D5A
Complementary color
Monochromatic Colors of #231D5A
Black with #231D5A
Text Example
Text Example
White with #231D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D5A; }
p { color: rgb(35,29,90); }
H1.HeaderClassName
{
color: #231D5A;
}
.AnyTagClassName
{
color: #231D5A;
}
</style>
background-color css
<style>
a { background-color: #231D5A; }
a { background-color: rgb(35,29,90); }
div.DivClassName
{
background-color: #231D5A;
}
.BgClassName
{
background-color: #231D5A;
}
</style>
border-color css
<style>
span { border-color: #231D5A; }
span { border-color: rgb(35,29,90); }
td.TdClassName
{
border-color: #231D5A;
}
.TagClassName
{
border-color: #231D5A;
}
</style>