Shades of Paua #231D5B
Tints of Paua #231D5B
RGB
CMYK
RGB Variations
Color information
#231D5B (or 0x231D5B) is known color: Paua. HEX triplet: 23, 1D and 5B. RGB value is (35,29,91). Sum of RGB (Red+Green+Blue) = 35+29+91=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #231D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D5B is #DCE2A4. Grayscale: #252525. Windows color (decimal): -14475941 or 5971235. OLE color: 5971235.
HSL color Cylindrical-coordinate representation of color #231D5B: hue angle of 245.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231D5B is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 29 | 91 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.64 |
| HSL | 245.81º | 0.52% | 0.24% | - |
| HSV(B) | 245.81º | 0.68% | 0.36% | - |
| XYZ | 3.02 | 1.99 | 10.12 | - |
| YUV | 37.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 91 | 0.62 | 0.68 | 0 | 0.64 | 245.81 | 0.52 | 0.24 |
| Hex | 23 | 1D | 5B | 3E | 44 | 0 | 40 | F6 | 34 | 18 |
| Octal | 43 | 35 | 133 | 76 | 104 | 0 | 100 | 366 | 64 | 30 |
| Binary | 100011 | 11101 | 1011011 | 111110 | 1000100 | 0 | 1000000 | 11110110 | 110100 | 11000 |
Color Harmonies of #231D5B
Complementary color
Monochromatic Colors of #231D5B
Black with #231D5B
Text Example
Text Example
White with #231D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D5B; }
p { color: rgb(35,29,91); }
H1.HeaderClassName
{
color: #231D5B;
}
.AnyTagClassName
{
color: #231D5B;
}
</style>
background-color css
<style>
a { background-color: #231D5B; }
a { background-color: rgb(35,29,91); }
div.DivClassName
{
background-color: #231D5B;
}
.BgClassName
{
background-color: #231D5B;
}
</style>
border-color css
<style>
span { border-color: #231D5B; }
span { border-color: rgb(35,29,91); }
td.TdClassName
{
border-color: #231D5B;
}
.TagClassName
{
border-color: #231D5B;
}
</style>