Shades of Paua #2D2458
Tints of Paua #2D2458
RGB
CMYK
RGB Variations
Color information
#2D2458 (or 0x2D2458) is known color: Paua. HEX triplet: 2D, 24 and 58. RGB value is (45,36,88). Sum of RGB (Red+Green+Blue) = 45+36+88=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D2458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2458 is #D2DBA7. Grayscale: #2C2C2C. Windows color (decimal): -13818792 or 5776429. OLE color: 5776429.
HSL color Cylindrical-coordinate representation of color #2D2458: hue angle of 250.38º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D2458 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 36 | 88 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.65 |
| HSL | 250.38º | 0.42% | 0.24% | - |
| HSV(B) | 250.38º | 0.59% | 0.35% | - |
| XYZ | 3.47 | 2.52 | 9.54 | - |
| YUV | 44.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 88 | 0.49 | 0.59 | 0 | 0.65 | 250.38 | 0.42 | 0.24 |
| Hex | 2D | 24 | 58 | 31 | 3B | 0 | 41 | FA | 2A | 18 |
| Octal | 55 | 44 | 130 | 61 | 73 | 0 | 101 | 372 | 52 | 30 |
| Binary | 101101 | 100100 | 1011000 | 110001 | 111011 | 0 | 1000001 | 11111010 | 101010 | 11000 |
Color Harmonies of #2D2458
Complementary color
Monochromatic Colors of #2D2458
Black with #2D2458
Text Example
Text Example
White with #2D2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2458; }
p { color: rgb(45,36,88); }
H1.HeaderClassName
{
color: #2D2458;
}
.AnyTagClassName
{
color: #2D2458;
}
</style>
background-color css
<style>
a { background-color: #2D2458; }
a { background-color: rgb(45,36,88); }
div.DivClassName
{
background-color: #2D2458;
}
.BgClassName
{
background-color: #2D2458;
}
</style>
border-color css
<style>
span { border-color: #2D2458; }
span { border-color: rgb(45,36,88); }
td.TdClassName
{
border-color: #2D2458;
}
.TagClassName
{
border-color: #2D2458;
}
</style>