Shades of Paua #231D55
Tints of Paua #231D55
RGB
CMYK
RGB Variations
Color information
#231D55 (or 0x231D55) is known color: Paua. HEX triplet: 23, 1D and 55. RGB value is (35,29,85). Sum of RGB (Red+Green+Blue) = 35+29+85=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #231D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D55 is #DCE2AA. Grayscale: #242424. Windows color (decimal): -14475947 or 5578019. OLE color: 5578019.
HSL color Cylindrical-coordinate representation of color #231D55: hue angle of 246.43º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231D55 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 29 | 85 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.67 |
| HSL | 246.43º | 0.49% | 0.22% | - |
| HSV(B) | 246.43º | 0.66% | 0.33% | - |
| XYZ | 2.77 | 1.89 | 8.81 | - |
| YUV | 37.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 85 | 0.59 | 0.66 | 0 | 0.67 | 246.43 | 0.49 | 0.22 |
| Hex | 23 | 1D | 55 | 3B | 42 | 0 | 43 | F6 | 31 | 16 |
| Octal | 43 | 35 | 125 | 73 | 102 | 0 | 103 | 366 | 61 | 26 |
| Binary | 100011 | 11101 | 1010101 | 111011 | 1000010 | 0 | 1000011 | 11110110 | 110001 | 10110 |
Color Harmonies of #231D55
Complementary color
Monochromatic Colors of #231D55
Black with #231D55
Text Example
Text Example
White with #231D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D55; }
p { color: rgb(35,29,85); }
H1.HeaderClassName
{
color: #231D55;
}
.AnyTagClassName
{
color: #231D55;
}
</style>
background-color css
<style>
a { background-color: #231D55; }
a { background-color: rgb(35,29,85); }
div.DivClassName
{
background-color: #231D55;
}
.BgClassName
{
background-color: #231D55;
}
</style>
border-color css
<style>
span { border-color: #231D55; }
span { border-color: rgb(35,29,85); }
td.TdClassName
{
border-color: #231D55;
}
.TagClassName
{
border-color: #231D55;
}
</style>