Shades of Paua #2D2254
Tints of Paua #2D2254
RGB
CMYK
RGB Variations
Color information
#2D2254 (or 0x2D2254) is known color: Paua. HEX triplet: 2D, 22 and 54. RGB value is (45,34,84). Sum of RGB (Red+Green+Blue) = 45+34+84=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #2D2254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2254 is #D2DDAB. Grayscale: #2A2A2A. Windows color (decimal): -13819308 or 5513773. OLE color: 5513773.
HSL color Cylindrical-coordinate representation of color #2D2254: hue angle of 253.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D2254 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 34 | 84 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.67 |
| HSL | 253.2º | 0.42% | 0.23% | - |
| HSV(B) | 253.2º | 0.6% | 0.33% | - |
| XYZ | 3.25 | 2.34 | 8.67 | - |
| YUV | 42.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 84 | 0.46 | 0.60 | 0 | 0.67 | 253.2 | 0.42 | 0.23 |
| Hex | 2D | 22 | 54 | 2E | 3C | 0 | 43 | FD | 2A | 17 |
| Octal | 55 | 42 | 124 | 56 | 74 | 0 | 103 | 375 | 52 | 27 |
| Binary | 101101 | 100010 | 1010100 | 101110 | 111100 | 0 | 1000011 | 11111101 | 101010 | 10111 |
Color Harmonies of #2D2254
Complementary color
Monochromatic Colors of #2D2254
Black with #2D2254
Text Example
Text Example
White with #2D2254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2254; }
p { color: rgb(45,34,84); }
H1.HeaderClassName
{
color: #2D2254;
}
.AnyTagClassName
{
color: #2D2254;
}
</style>
background-color css
<style>
a { background-color: #2D2254; }
a { background-color: rgb(45,34,84); }
div.DivClassName
{
background-color: #2D2254;
}
.BgClassName
{
background-color: #2D2254;
}
</style>
border-color css
<style>
span { border-color: #2D2254; }
span { border-color: rgb(45,34,84); }
td.TdClassName
{
border-color: #2D2254;
}
.TagClassName
{
border-color: #2D2254;
}
</style>