Shades of Paua #2D2457
Tints of Paua #2D2457
RGB
CMYK
RGB Variations
Color information
#2D2457 (or 0x2D2457) is known color: Paua. HEX triplet: 2D, 24 and 57. RGB value is (45,36,87). Sum of RGB (Red+Green+Blue) = 45+36+87=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #2D2457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2457 is #D2DBA8. Grayscale: #2C2C2C. Windows color (decimal): -13818793 or 5710893. OLE color: 5710893.
HSL color Cylindrical-coordinate representation of color #2D2457: hue angle of 250.59º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D2457 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 36 | 87 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.66 |
| HSL | 250.59º | 0.41% | 0.24% | - |
| HSV(B) | 250.59º | 0.59% | 0.34% | - |
| XYZ | 3.43 | 2.51 | 9.32 | - |
| YUV | 44.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 87 | 0.48 | 0.59 | 0 | 0.66 | 250.59 | 0.41 | 0.24 |
| Hex | 2D | 24 | 57 | 30 | 3B | 0 | 42 | FB | 29 | 18 |
| Octal | 55 | 44 | 127 | 60 | 73 | 0 | 102 | 373 | 51 | 30 |
| Binary | 101101 | 100100 | 1010111 | 110000 | 111011 | 0 | 1000010 | 11111011 | 101001 | 11000 |
Color Harmonies of #2D2457
Complementary color
Monochromatic Colors of #2D2457
Black with #2D2457
Text Example
Text Example
White with #2D2457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2457; }
p { color: rgb(45,36,87); }
H1.HeaderClassName
{
color: #2D2457;
}
.AnyTagClassName
{
color: #2D2457;
}
</style>
background-color css
<style>
a { background-color: #2D2457; }
a { background-color: rgb(45,36,87); }
div.DivClassName
{
background-color: #2D2457;
}
.BgClassName
{
background-color: #2D2457;
}
</style>
border-color css
<style>
span { border-color: #2D2457; }
span { border-color: rgb(45,36,87); }
td.TdClassName
{
border-color: #2D2457;
}
.TagClassName
{
border-color: #2D2457;
}
</style>