Shades of Paua #2D2957
Tints of Paua #2D2957
RGB
CMYK
RGB Variations
Color information
#2D2957 (or 0x2D2957) is known color: Paua. HEX triplet: 2D, 29 and 57. RGB value is (45,41,87). Sum of RGB (Red+Green+Blue) = 45+41+87=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #2D2957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2957 is #D2D6A8. Grayscale: #2F2F2F. Windows color (decimal): -13817513 or 5712173. OLE color: 5712173.
HSL color Cylindrical-coordinate representation of color #2D2957: hue angle of 245.22º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D2957 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 41 | 87 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.66 |
| HSL | 245.22º | 0.36% | 0.25% | - |
| HSV(B) | 245.22º | 0.53% | 0.34% | - |
| XYZ | 3.6 | 2.83 | 9.37 | - |
| YUV | 47.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 87 | 0.48 | 0.53 | 0 | 0.66 | 245.22 | 0.36 | 0.25 |
| Hex | 2D | 29 | 57 | 30 | 35 | 0 | 42 | F5 | 24 | 19 |
| Octal | 55 | 51 | 127 | 60 | 65 | 0 | 102 | 365 | 44 | 31 |
| Binary | 101101 | 101001 | 1010111 | 110000 | 110101 | 0 | 1000010 | 11110101 | 100100 | 11001 |
Color Harmonies of #2D2957
Complementary color
Monochromatic Colors of #2D2957
Black with #2D2957
Text Example
Text Example
White with #2D2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2957; }
p { color: rgb(45,41,87); }
H1.HeaderClassName
{
color: #2D2957;
}
.AnyTagClassName
{
color: #2D2957;
}
</style>
background-color css
<style>
a { background-color: #2D2957; }
a { background-color: rgb(45,41,87); }
div.DivClassName
{
background-color: #2D2957;
}
.BgClassName
{
background-color: #2D2957;
}
</style>
border-color css
<style>
span { border-color: #2D2957; }
span { border-color: rgb(45,41,87); }
td.TdClassName
{
border-color: #2D2957;
}
.TagClassName
{
border-color: #2D2957;
}
</style>