Shades of Paua #2D294A
Tints of Paua #2D294A
RGB
CMYK
RGB Variations
Color information
#2D294A (or 0x2D294A) is known color: Paua. HEX triplet: 2D, 29 and 4A. RGB value is (45,41,74). Sum of RGB (Red+Green+Blue) = 45+41+74=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D294A is #D2D6B5. Grayscale: #2D2D2D. Windows color (decimal): -13817526 or 4860205. OLE color: 4860205.
HSL color Cylindrical-coordinate representation of color #2D294A: hue angle of 247.27º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D294A is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 41 | 74 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.71 |
| HSL | 247.27º | 0.29% | 0.23% | - |
| HSV(B) | 247.27º | 0.45% | 0.29% | - |
| XYZ | 3.11 | 2.64 | 6.82 | - |
| YUV | 45.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 74 | 0.39 | 0.45 | 0 | 0.71 | 247.27 | 0.29 | 0.23 |
| Hex | 2D | 29 | 4A | 27 | 2D | 0 | 47 | F7 | 1D | 17 |
| Octal | 55 | 51 | 112 | 47 | 55 | 0 | 107 | 367 | 35 | 27 |
| Binary | 101101 | 101001 | 1001010 | 100111 | 101101 | 0 | 1000111 | 11110111 | 11101 | 10111 |
Color Harmonies of #2D294A
Complementary color
Monochromatic Colors of #2D294A
Black with #2D294A
Text Example
Text Example
White with #2D294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D294A; }
p { color: rgb(45,41,74); }
H1.HeaderClassName
{
color: #2D294A;
}
.AnyTagClassName
{
color: #2D294A;
}
</style>
background-color css
<style>
a { background-color: #2D294A; }
a { background-color: rgb(45,41,74); }
div.DivClassName
{
background-color: #2D294A;
}
.BgClassName
{
background-color: #2D294A;
}
</style>
border-color css
<style>
span { border-color: #2D294A; }
span { border-color: rgb(45,41,74); }
td.TdClassName
{
border-color: #2D294A;
}
.TagClassName
{
border-color: #2D294A;
}
</style>