Shades of Paua #2D2750
Tints of Paua #2D2750
RGB
CMYK
RGB Variations
Color information
#2D2750 (or 0x2D2750) is known color: Paua. HEX triplet: 2D, 27 and 50. RGB value is (45,39,80). Sum of RGB (Red+Green+Blue) = 45+39+80=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2750 is #D2D8AF. Grayscale: #2D2D2D. Windows color (decimal): -13818032 or 5252909. OLE color: 5252909.
HSL color Cylindrical-coordinate representation of color #2D2750: hue angle of 248.78º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D2750 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 39 | 80 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.69 |
| HSL | 248.78º | 0.34% | 0.23% | - |
| HSV(B) | 248.78º | 0.51% | 0.31% | - |
| XYZ | 3.26 | 2.59 | 7.92 | - |
| YUV | 45.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 80 | 0.44 | 0.51 | 0 | 0.69 | 248.78 | 0.34 | 0.23 |
| Hex | 2D | 27 | 50 | 2C | 33 | 0 | 45 | F9 | 22 | 17 |
| Octal | 55 | 47 | 120 | 54 | 63 | 0 | 105 | 371 | 42 | 27 |
| Binary | 101101 | 100111 | 1010000 | 101100 | 110011 | 0 | 1000101 | 11111001 | 100010 | 10111 |
Color Harmonies of #2D2750
Complementary color
Monochromatic Colors of #2D2750
Black with #2D2750
Text Example
Text Example
White with #2D2750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2750; }
p { color: rgb(45,39,80); }
H1.HeaderClassName
{
color: #2D2750;
}
.AnyTagClassName
{
color: #2D2750;
}
</style>
background-color css
<style>
a { background-color: #2D2750; }
a { background-color: rgb(45,39,80); }
div.DivClassName
{
background-color: #2D2750;
}
.BgClassName
{
background-color: #2D2750;
}
</style>
border-color css
<style>
span { border-color: #2D2750; }
span { border-color: rgb(45,39,80); }
td.TdClassName
{
border-color: #2D2750;
}
.TagClassName
{
border-color: #2D2750;
}
</style>