Shades of Paua #2B254D
Tints of Paua #2B254D
RGB
CMYK
RGB Variations
Color information
#2B254D (or 0x2B254D) is known color: Paua. HEX triplet: 2B, 25 and 4D. RGB value is (43,37,77). Sum of RGB (Red+Green+Blue) = 43+37+77=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B254D is #D4DAB2. Grayscale: #2B2B2B. Windows color (decimal): -13949619 or 5055787. OLE color: 5055787.
HSL color Cylindrical-coordinate representation of color #2B254D: hue angle of 249º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B254D is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 37 | 77 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.70 |
| HSL | 249º | 0.35% | 0.22% | - |
| HSV(B) | 249º | 0.52% | 0.3% | - |
| XYZ | 3 | 2.37 | 7.32 | - |
| YUV | 43.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 77 | 0.44 | 0.52 | 0 | 0.70 | 249 | 0.35 | 0.22 |
| Hex | 2B | 25 | 4D | 2C | 34 | 0 | 46 | F9 | 23 | 16 |
| Octal | 53 | 45 | 115 | 54 | 64 | 0 | 106 | 371 | 43 | 26 |
| Binary | 101011 | 100101 | 1001101 | 101100 | 110100 | 0 | 1000110 | 11111001 | 100011 | 10110 |
Color Harmonies of #2B254D
Complementary color
Monochromatic Colors of #2B254D
Black with #2B254D
Text Example
Text Example
White with #2B254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B254D; }
p { color: rgb(43,37,77); }
H1.HeaderClassName
{
color: #2B254D;
}
.AnyTagClassName
{
color: #2B254D;
}
</style>
background-color css
<style>
a { background-color: #2B254D; }
a { background-color: rgb(43,37,77); }
div.DivClassName
{
background-color: #2B254D;
}
.BgClassName
{
background-color: #2B254D;
}
</style>
border-color css
<style>
span { border-color: #2B254D; }
span { border-color: rgb(43,37,77); }
td.TdClassName
{
border-color: #2B254D;
}
.TagClassName
{
border-color: #2B254D;
}
</style>