Shades of Paua #2D2958
Tints of Paua #2D2958
RGB
CMYK
RGB Variations
Color information
#2D2958 (or 0x2D2958) is known color: Paua. HEX triplet: 2D, 29 and 58. RGB value is (45,41,88). Sum of RGB (Red+Green+Blue) = 45+41+88=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D2958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2958 is #D2D6A7. Grayscale: #2F2F2F. Windows color (decimal): -13817512 or 5777709. OLE color: 5777709.
HSL color Cylindrical-coordinate representation of color #2D2958: hue angle of 245.11º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D2958 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 41 | 88 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.65 |
| HSL | 245.11º | 0.36% | 0.25% | - |
| HSV(B) | 245.11º | 0.53% | 0.35% | - |
| XYZ | 3.64 | 2.85 | 9.59 | - |
| YUV | 47.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 88 | 0.49 | 0.53 | 0 | 0.65 | 245.11 | 0.36 | 0.25 |
| Hex | 2D | 29 | 58 | 31 | 35 | 0 | 41 | F5 | 24 | 19 |
| Octal | 55 | 51 | 130 | 61 | 65 | 0 | 101 | 365 | 44 | 31 |
| Binary | 101101 | 101001 | 1011000 | 110001 | 110101 | 0 | 1000001 | 11110101 | 100100 | 11001 |
Color Harmonies of #2D2958
Complementary color
Monochromatic Colors of #2D2958
Black with #2D2958
Text Example
Text Example
White with #2D2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2958; }
p { color: rgb(45,41,88); }
H1.HeaderClassName
{
color: #2D2958;
}
.AnyTagClassName
{
color: #2D2958;
}
</style>
background-color css
<style>
a { background-color: #2D2958; }
a { background-color: rgb(45,41,88); }
div.DivClassName
{
background-color: #2D2958;
}
.BgClassName
{
background-color: #2D2958;
}
</style>
border-color css
<style>
span { border-color: #2D2958; }
span { border-color: rgb(45,41,88); }
td.TdClassName
{
border-color: #2D2958;
}
.TagClassName
{
border-color: #2D2958;
}
</style>