Shades of Paua #2D2657
Tints of Paua #2D2657
RGB
CMYK
RGB Variations
Color information
#2D2657 (or 0x2D2657) is known color: Paua. HEX triplet: 2D, 26 and 57. RGB value is (45,38,87). Sum of RGB (Red+Green+Blue) = 45+38+87=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #2D2657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2657 is #D2D9A8. Grayscale: #2D2D2D. Windows color (decimal): -13818281 or 5711405. OLE color: 5711405.
HSL color Cylindrical-coordinate representation of color #2D2657: hue angle of 248.57º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D2657 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 38 | 87 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.66 |
| HSL | 248.57º | 0.39% | 0.25% | - |
| HSV(B) | 248.57º | 0.56% | 0.34% | - |
| XYZ | 3.5 | 2.63 | 9.34 | - |
| YUV | 45.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 87 | 0.48 | 0.56 | 0 | 0.66 | 248.57 | 0.39 | 0.25 |
| Hex | 2D | 26 | 57 | 30 | 38 | 0 | 42 | F9 | 27 | 19 |
| Octal | 55 | 46 | 127 | 60 | 70 | 0 | 102 | 371 | 47 | 31 |
| Binary | 101101 | 100110 | 1010111 | 110000 | 111000 | 0 | 1000010 | 11111001 | 100111 | 11001 |
Color Harmonies of #2D2657
Complementary color
Monochromatic Colors of #2D2657
Black with #2D2657
Text Example
Text Example
White with #2D2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2657; }
p { color: rgb(45,38,87); }
H1.HeaderClassName
{
color: #2D2657;
}
.AnyTagClassName
{
color: #2D2657;
}
</style>
background-color css
<style>
a { background-color: #2D2657; }
a { background-color: rgb(45,38,87); }
div.DivClassName
{
background-color: #2D2657;
}
.BgClassName
{
background-color: #2D2657;
}
</style>
border-color css
<style>
span { border-color: #2D2657; }
span { border-color: rgb(45,38,87); }
td.TdClassName
{
border-color: #2D2657;
}
.TagClassName
{
border-color: #2D2657;
}
</style>