Shades of Paua #2B254B
Tints of Paua #2B254B
RGB
CMYK
RGB Variations
Color information
#2B254B (or 0x2B254B) is known color: Paua. HEX triplet: 2B, 25 and 4B. RGB value is (43,37,75). Sum of RGB (Red+Green+Blue) = 43+37+75=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B254B is #D4DAB4. Grayscale: #2A2A2A. Windows color (decimal): -13949621 or 4924715. OLE color: 4924715.
HSL color Cylindrical-coordinate representation of color #2B254B: hue angle of 249.47º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B254B is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 37 | 75 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.71 |
| HSL | 249.47º | 0.34% | 0.22% | - |
| HSV(B) | 249.47º | 0.51% | 0.29% | - |
| XYZ | 2.93 | 2.34 | 6.95 | - |
| YUV | 43.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 75 | 0.43 | 0.51 | 0 | 0.71 | 249.47 | 0.34 | 0.22 |
| Hex | 2B | 25 | 4B | 2B | 33 | 0 | 47 | F9 | 22 | 16 |
| Octal | 53 | 45 | 113 | 53 | 63 | 0 | 107 | 371 | 42 | 26 |
| Binary | 101011 | 100101 | 1001011 | 101011 | 110011 | 0 | 1000111 | 11111001 | 100010 | 10110 |
Color Harmonies of #2B254B
Complementary color
Monochromatic Colors of #2B254B
Black with #2B254B
Text Example
Text Example
White with #2B254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B254B; }
p { color: rgb(43,37,75); }
H1.HeaderClassName
{
color: #2B254B;
}
.AnyTagClassName
{
color: #2B254B;
}
</style>
background-color css
<style>
a { background-color: #2B254B; }
a { background-color: rgb(43,37,75); }
div.DivClassName
{
background-color: #2B254B;
}
.BgClassName
{
background-color: #2B254B;
}
</style>
border-color css
<style>
span { border-color: #2B254B; }
span { border-color: rgb(43,37,75); }
td.TdClassName
{
border-color: #2B254B;
}
.TagClassName
{
border-color: #2B254B;
}
</style>