Shades of Paua #231E55
Tints of Paua #231E55
RGB
CMYK
RGB Variations
Color information
#231E55 (or 0x231E55) is known color: Paua. HEX triplet: 23, 1E and 55. RGB value is (35,30,85). Sum of RGB (Red+Green+Blue) = 35+30+85=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #231E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E55 is #DCE1AA. Grayscale: #252525. Windows color (decimal): -14475691 or 5578275. OLE color: 5578275.
HSL color Cylindrical-coordinate representation of color #231E55: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #231E55 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 30 | 85 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.67 |
| HSL | 245.45º | 0.48% | 0.23% | - |
| HSV(B) | 245.45º | 0.65% | 0.33% | - |
| XYZ | 2.8 | 1.94 | 8.82 | - |
| YUV | 37.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 85 | 0.59 | 0.65 | 0 | 0.67 | 245.45 | 0.48 | 0.23 |
| Hex | 23 | 1E | 55 | 3B | 41 | 0 | 43 | F5 | 30 | 17 |
| Octal | 43 | 36 | 125 | 73 | 101 | 0 | 103 | 365 | 60 | 27 |
| Binary | 100011 | 11110 | 1010101 | 111011 | 1000001 | 0 | 1000011 | 11110101 | 110000 | 10111 |
Color Harmonies of #231E55
Complementary color
Monochromatic Colors of #231E55
Black with #231E55
Text Example
Text Example
White with #231E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E55; }
p { color: rgb(35,30,85); }
H1.HeaderClassName
{
color: #231E55;
}
.AnyTagClassName
{
color: #231E55;
}
</style>
background-color css
<style>
a { background-color: #231E55; }
a { background-color: rgb(35,30,85); }
div.DivClassName
{
background-color: #231E55;
}
.BgClassName
{
background-color: #231E55;
}
</style>
border-color css
<style>
span { border-color: #231E55; }
span { border-color: rgb(35,30,85); }
td.TdClassName
{
border-color: #231E55;
}
.TagClassName
{
border-color: #231E55;
}
</style>