Shades of Paua #2D2948
Tints of Paua #2D2948
RGB
CMYK
RGB Variations
Color information
#2D2948 (or 0x2D2948) is known color: Paua. HEX triplet: 2D, 29 and 48. RGB value is (45,41,72). Sum of RGB (Red+Green+Blue) = 45+41+72=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D2948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2948 is #D2D6B7. Grayscale: #2D2D2D. Windows color (decimal): -13817528 or 4729133. OLE color: 4729133.
HSL color Cylindrical-coordinate representation of color #2D2948: hue angle of 247.74º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D2948 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 41 | 72 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.72 |
| HSL | 247.74º | 0.27% | 0.22% | - |
| HSV(B) | 247.74º | 0.43% | 0.28% | - |
| XYZ | 3.04 | 2.61 | 6.47 | - |
| YUV | 45.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 72 | 0.38 | 0.43 | 0 | 0.72 | 247.74 | 0.27 | 0.22 |
| Hex | 2D | 29 | 48 | 26 | 2B | 0 | 48 | F8 | 1B | 16 |
| Octal | 55 | 51 | 110 | 46 | 53 | 0 | 110 | 370 | 33 | 26 |
| Binary | 101101 | 101001 | 1001000 | 100110 | 101011 | 0 | 1001000 | 11111000 | 11011 | 10110 |
Color Harmonies of #2D2948
Complementary color
Monochromatic Colors of #2D2948
Black with #2D2948
Text Example
Text Example
White with #2D2948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2948; }
p { color: rgb(45,41,72); }
H1.HeaderClassName
{
color: #2D2948;
}
.AnyTagClassName
{
color: #2D2948;
}
</style>
background-color css
<style>
a { background-color: #2D2948; }
a { background-color: rgb(45,41,72); }
div.DivClassName
{
background-color: #2D2948;
}
.BgClassName
{
background-color: #2D2948;
}
</style>
border-color css
<style>
span { border-color: #2D2948; }
span { border-color: rgb(45,41,72); }
td.TdClassName
{
border-color: #2D2948;
}
.TagClassName
{
border-color: #2D2948;
}
</style>