Shades of Paua #2B255A
Tints of Paua #2B255A
RGB
CMYK
RGB Variations
Color information
#2B255A (or 0x2B255A) is known color: Paua. HEX triplet: 2B, 25 and 5A. RGB value is (43,37,90). Sum of RGB (Red+Green+Blue) = 43+37+90=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B255A is #D4DAA5. Grayscale: #2C2C2C. Windows color (decimal): -13949606 or 5907755. OLE color: 5907755.
HSL color Cylindrical-coordinate representation of color #2B255A: hue angle of 246.79º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B255A is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 37 | 90 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.65 |
| HSL | 246.79º | 0.42% | 0.25% | - |
| HSV(B) | 246.79º | 0.59% | 0.35% | - |
| XYZ | 3.5 | 2.57 | 9.99 | - |
| YUV | 44.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 90 | 0.52 | 0.59 | 0 | 0.65 | 246.79 | 0.42 | 0.25 |
| Hex | 2B | 25 | 5A | 34 | 3B | 0 | 41 | F7 | 2A | 19 |
| Octal | 53 | 45 | 132 | 64 | 73 | 0 | 101 | 367 | 52 | 31 |
| Binary | 101011 | 100101 | 1011010 | 110100 | 111011 | 0 | 1000001 | 11110111 | 101010 | 11001 |
Color Harmonies of #2B255A
Complementary color
Monochromatic Colors of #2B255A
Black with #2B255A
Text Example
Text Example
White with #2B255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B255A; }
p { color: rgb(43,37,90); }
H1.HeaderClassName
{
color: #2B255A;
}
.AnyTagClassName
{
color: #2B255A;
}
</style>
background-color css
<style>
a { background-color: #2B255A; }
a { background-color: rgb(43,37,90); }
div.DivClassName
{
background-color: #2B255A;
}
.BgClassName
{
background-color: #2B255A;
}
</style>
border-color css
<style>
span { border-color: #2B255A; }
span { border-color: rgb(43,37,90); }
td.TdClassName
{
border-color: #2B255A;
}
.TagClassName
{
border-color: #2B255A;
}
</style>