Shades of Paua #2B254A
Tints of Paua #2B254A
RGB
CMYK
RGB Variations
Color information
#2B254A (or 0x2B254A) is known color: Paua. HEX triplet: 2B, 25 and 4A. RGB value is (43,37,74). Sum of RGB (Red+Green+Blue) = 43+37+74=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B254A is #D4DAB5. Grayscale: #2A2A2A. Windows color (decimal): -13949622 or 4859179. OLE color: 4859179.
HSL color Cylindrical-coordinate representation of color #2B254A: hue angle of 249.73º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B254A is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 37 | 74 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.71 |
| HSL | 249.73º | 0.33% | 0.22% | - |
| HSV(B) | 249.73º | 0.5% | 0.29% | - |
| XYZ | 2.89 | 2.33 | 6.78 | - |
| YUV | 43.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 74 | 0.42 | 0.50 | 0 | 0.71 | 249.73 | 0.33 | 0.22 |
| Hex | 2B | 25 | 4A | 2A | 32 | 0 | 47 | FA | 21 | 16 |
| Octal | 53 | 45 | 112 | 52 | 62 | 0 | 107 | 372 | 41 | 26 |
| Binary | 101011 | 100101 | 1001010 | 101010 | 110010 | 0 | 1000111 | 11111010 | 100001 | 10110 |
Color Harmonies of #2B254A
Complementary color
Monochromatic Colors of #2B254A
Black with #2B254A
Text Example
Text Example
White with #2B254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B254A; }
p { color: rgb(43,37,74); }
H1.HeaderClassName
{
color: #2B254A;
}
.AnyTagClassName
{
color: #2B254A;
}
</style>
background-color css
<style>
a { background-color: #2B254A; }
a { background-color: rgb(43,37,74); }
div.DivClassName
{
background-color: #2B254A;
}
.BgClassName
{
background-color: #2B254A;
}
</style>
border-color css
<style>
span { border-color: #2B254A; }
span { border-color: rgb(43,37,74); }
td.TdClassName
{
border-color: #2B254A;
}
.TagClassName
{
border-color: #2B254A;
}
</style>