Shades of Paua #2D2B58
Tints of Paua #2D2B58
RGB
CMYK
RGB Variations
Color information
#2D2B58 (or 0x2D2B58) is known color: Paua. HEX triplet: 2D, 2B and 58. RGB value is (45,43,88). Sum of RGB (Red+Green+Blue) = 45+43+88=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D2B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2B58 is #D2D4A7. Grayscale: #303030. Windows color (decimal): -13817000 or 5778221. OLE color: 5778221.
HSL color Cylindrical-coordinate representation of color #2D2B58: hue angle of 242.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D2B58 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 43 | 88 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.65 |
| HSL | 242.67º | 0.34% | 0.26% | - |
| HSV(B) | 242.67º | 0.51% | 0.35% | - |
| XYZ | 3.71 | 2.99 | 9.61 | - |
| YUV | 48.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 88 | 0.49 | 0.51 | 0 | 0.65 | 242.67 | 0.34 | 0.26 |
| Hex | 2D | 2B | 58 | 31 | 33 | 0 | 41 | F3 | 22 | 1A |
| Octal | 55 | 53 | 130 | 61 | 63 | 0 | 101 | 363 | 42 | 32 |
| Binary | 101101 | 101011 | 1011000 | 110001 | 110011 | 0 | 1000001 | 11110011 | 100010 | 11010 |
Color Harmonies of #2D2B58
Complementary color
Monochromatic Colors of #2D2B58
Black with #2D2B58
Text Example
Text Example
White with #2D2B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2B58; }
p { color: rgb(45,43,88); }
H1.HeaderClassName
{
color: #2D2B58;
}
.AnyTagClassName
{
color: #2D2B58;
}
</style>
background-color css
<style>
a { background-color: #2D2B58; }
a { background-color: rgb(45,43,88); }
div.DivClassName
{
background-color: #2D2B58;
}
.BgClassName
{
background-color: #2D2B58;
}
</style>
border-color css
<style>
span { border-color: #2D2B58; }
span { border-color: rgb(45,43,88); }
td.TdClassName
{
border-color: #2D2B58;
}
.TagClassName
{
border-color: #2D2B58;
}
</style>