Shades of Paua #2B274D
Tints of Paua #2B274D
RGB
CMYK
RGB Variations
Color information
#2B274D (or 0x2B274D) is known color: Paua. HEX triplet: 2B, 27 and 4D. RGB value is (43,39,77). Sum of RGB (Red+Green+Blue) = 43+39+77=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B274D is #D4D8B2. Grayscale: #2C2C2C. Windows color (decimal): -13949107 or 5056299. OLE color: 5056299.
HSL color Cylindrical-coordinate representation of color #2B274D: hue angle of 246.32º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B274D is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 39 | 77 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.70 |
| HSL | 246.32º | 0.33% | 0.23% | - |
| HSV(B) | 246.32º | 0.49% | 0.3% | - |
| XYZ | 3.06 | 2.5 | 7.34 | - |
| YUV | 44.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 77 | 0.44 | 0.49 | 0 | 0.70 | 246.32 | 0.33 | 0.23 |
| Hex | 2B | 27 | 4D | 2C | 31 | 0 | 46 | F6 | 21 | 17 |
| Octal | 53 | 47 | 115 | 54 | 61 | 0 | 106 | 366 | 41 | 27 |
| Binary | 101011 | 100111 | 1001101 | 101100 | 110001 | 0 | 1000110 | 11110110 | 100001 | 10111 |
Color Harmonies of #2B274D
Complementary color
Monochromatic Colors of #2B274D
Black with #2B274D
Text Example
Text Example
White with #2B274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B274D; }
p { color: rgb(43,39,77); }
H1.HeaderClassName
{
color: #2B274D;
}
.AnyTagClassName
{
color: #2B274D;
}
</style>
background-color css
<style>
a { background-color: #2B274D; }
a { background-color: rgb(43,39,77); }
div.DivClassName
{
background-color: #2B274D;
}
.BgClassName
{
background-color: #2B274D;
}
</style>
border-color css
<style>
span { border-color: #2B274D; }
span { border-color: rgb(43,39,77); }
td.TdClassName
{
border-color: #2B274D;
}
.TagClassName
{
border-color: #2B274D;
}
</style>