Shades of Paua #2B294B
Tints of Paua #2B294B
RGB
CMYK
RGB Variations
Color information
#2B294B (or 0x2B294B) is known color: Paua. HEX triplet: 2B, 29 and 4B. RGB value is (43,41,75). Sum of RGB (Red+Green+Blue) = 43+41+75=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B294B is #D4D6B4. Grayscale: #2D2D2D. Windows color (decimal): -13948597 or 4925739. OLE color: 4925739.
HSL color Cylindrical-coordinate representation of color #2B294B: hue angle of 243.53º 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 #2B294B is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 41 | 75 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.71 |
| HSL | 243.53º | 0.29% | 0.23% | - |
| HSV(B) | 243.53º | 0.45% | 0.29% | - |
| XYZ | 3.06 | 2.61 | 7 | - |
| YUV | 45.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 75 | 0.43 | 0.45 | 0 | 0.71 | 243.53 | 0.29 | 0.23 |
| Hex | 2B | 29 | 4B | 2B | 2D | 0 | 47 | F4 | 1D | 17 |
| Octal | 53 | 51 | 113 | 53 | 55 | 0 | 107 | 364 | 35 | 27 |
| Binary | 101011 | 101001 | 1001011 | 101011 | 101101 | 0 | 1000111 | 11110100 | 11101 | 10111 |
Color Harmonies of #2B294B
Complementary color
Monochromatic Colors of #2B294B
Black with #2B294B
Text Example
Text Example
White with #2B294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B294B; }
p { color: rgb(43,41,75); }
H1.HeaderClassName
{
color: #2B294B;
}
.AnyTagClassName
{
color: #2B294B;
}
</style>
background-color css
<style>
a { background-color: #2B294B; }
a { background-color: rgb(43,41,75); }
div.DivClassName
{
background-color: #2B294B;
}
.BgClassName
{
background-color: #2B294B;
}
</style>
border-color css
<style>
span { border-color: #2B294B; }
span { border-color: rgb(43,41,75); }
td.TdClassName
{
border-color: #2B294B;
}
.TagClassName
{
border-color: #2B294B;
}
</style>