Shades of Paua #231D58
Tints of Paua #231D58
RGB
CMYK
RGB Variations
Color information
#231D58 (or 0x231D58) is known color: Paua. HEX triplet: 23, 1D and 58. RGB value is (35,29,88). Sum of RGB (Red+Green+Blue) = 35+29+88=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #231D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D58 is #DCE2A7. Grayscale: #252525. Windows color (decimal): -14475944 or 5774627. OLE color: 5774627.
HSL color Cylindrical-coordinate representation of color #231D58: hue angle of 246.1º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231D58 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 29 | 88 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.65 |
| HSL | 246.1º | 0.5% | 0.23% | - |
| HSV(B) | 246.1º | 0.67% | 0.35% | - |
| XYZ | 2.89 | 1.94 | 9.45 | - |
| YUV | 37.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 88 | 0.60 | 0.67 | 0 | 0.65 | 246.1 | 0.5 | 0.23 |
| Hex | 23 | 1D | 58 | 3C | 43 | 0 | 41 | F6 | 32 | 17 |
| Octal | 43 | 35 | 130 | 74 | 103 | 0 | 101 | 366 | 62 | 27 |
| Binary | 100011 | 11101 | 1011000 | 111100 | 1000011 | 0 | 1000001 | 11110110 | 110010 | 10111 |
Color Harmonies of #231D58
Complementary color
Monochromatic Colors of #231D58
Black with #231D58
Text Example
Text Example
White with #231D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D58; }
p { color: rgb(35,29,88); }
H1.HeaderClassName
{
color: #231D58;
}
.AnyTagClassName
{
color: #231D58;
}
</style>
background-color css
<style>
a { background-color: #231D58; }
a { background-color: rgb(35,29,88); }
div.DivClassName
{
background-color: #231D58;
}
.BgClassName
{
background-color: #231D58;
}
</style>
border-color css
<style>
span { border-color: #231D58; }
span { border-color: rgb(35,29,88); }
td.TdClassName
{
border-color: #231D58;
}
.TagClassName
{
border-color: #231D58;
}
</style>