Shades of Paua #2D2350
Tints of Paua #2D2350
RGB
CMYK
RGB Variations
Color information
#2D2350 (or 0x2D2350) is known color: Paua. HEX triplet: 2D, 23 and 50. RGB value is (45,35,80). Sum of RGB (Red+Green+Blue) = 45+35+80=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D2350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2350 is #D2DCAF. Grayscale: #2A2A2A. Windows color (decimal): -13819056 or 5251885. OLE color: 5251885.
HSL color Cylindrical-coordinate representation of color #2D2350: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D2350 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 35 | 80 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.69 |
| HSL | 253.33º | 0.39% | 0.23% | - |
| HSV(B) | 253.33º | 0.56% | 0.31% | - |
| XYZ | 3.13 | 2.34 | 7.88 | - |
| YUV | 43.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 80 | 0.44 | 0.56 | 0 | 0.69 | 253.33 | 0.39 | 0.23 |
| Hex | 2D | 23 | 50 | 2C | 38 | 0 | 45 | FD | 27 | 17 |
| Octal | 55 | 43 | 120 | 54 | 70 | 0 | 105 | 375 | 47 | 27 |
| Binary | 101101 | 100011 | 1010000 | 101100 | 111000 | 0 | 1000101 | 11111101 | 100111 | 10111 |
Color Harmonies of #2D2350
Complementary color
Monochromatic Colors of #2D2350
Black with #2D2350
Text Example
Text Example
White with #2D2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2350; }
p { color: rgb(45,35,80); }
H1.HeaderClassName
{
color: #2D2350;
}
.AnyTagClassName
{
color: #2D2350;
}
</style>
background-color css
<style>
a { background-color: #2D2350; }
a { background-color: rgb(45,35,80); }
div.DivClassName
{
background-color: #2D2350;
}
.BgClassName
{
background-color: #2D2350;
}
</style>
border-color css
<style>
span { border-color: #2D2350; }
span { border-color: rgb(45,35,80); }
td.TdClassName
{
border-color: #2D2350;
}
.TagClassName
{
border-color: #2D2350;
}
</style>