Shades of Paua #2D2656
Tints of Paua #2D2656
RGB
CMYK
RGB Variations
Color information
#2D2656 (or 0x2D2656) is known color: Paua. HEX triplet: 2D, 26 and 56. RGB value is (45,38,86). Sum of RGB (Red+Green+Blue) = 45+38+86=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #2D2656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2656 is #D2D9A9. Grayscale: #2D2D2D. Windows color (decimal): -13818282 or 5645869. OLE color: 5645869.
HSL color Cylindrical-coordinate representation of color #2D2656: hue angle of 248.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D2656 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 38 | 86 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.66 |
| HSL | 248.75º | 0.39% | 0.24% | - |
| HSV(B) | 248.75º | 0.56% | 0.34% | - |
| XYZ | 3.46 | 2.62 | 9.13 | - |
| YUV | 45.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 86 | 0.48 | 0.56 | 0 | 0.66 | 248.75 | 0.39 | 0.24 |
| Hex | 2D | 26 | 56 | 30 | 38 | 0 | 42 | F9 | 27 | 18 |
| Octal | 55 | 46 | 126 | 60 | 70 | 0 | 102 | 371 | 47 | 30 |
| Binary | 101101 | 100110 | 1010110 | 110000 | 111000 | 0 | 1000010 | 11111001 | 100111 | 11000 |
Color Harmonies of #2D2656
Complementary color
Monochromatic Colors of #2D2656
Black with #2D2656
Text Example
Text Example
White with #2D2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2656; }
p { color: rgb(45,38,86); }
H1.HeaderClassName
{
color: #2D2656;
}
.AnyTagClassName
{
color: #2D2656;
}
</style>
background-color css
<style>
a { background-color: #2D2656; }
a { background-color: rgb(45,38,86); }
div.DivClassName
{
background-color: #2D2656;
}
.BgClassName
{
background-color: #2D2656;
}
</style>
border-color css
<style>
span { border-color: #2D2656; }
span { border-color: rgb(45,38,86); }
td.TdClassName
{
border-color: #2D2656;
}
.TagClassName
{
border-color: #2D2656;
}
</style>