Shades of Paua #2B235A
Tints of Paua #2B235A
RGB
CMYK
RGB Variations
Color information
#2B235A (or 0x2B235A) is known color: Paua. HEX triplet: 2B, 23 and 5A. RGB value is (43,35,90). Sum of RGB (Red+Green+Blue) = 43+35+90=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B235A is #D4DCA5. Grayscale: #2B2B2B. Windows color (decimal): -13950118 or 5907243. OLE color: 5907243.
HSL color Cylindrical-coordinate representation of color #2B235A: hue angle of 248.73º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B235A is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 35 | 90 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.65 |
| HSL | 248.73º | 0.44% | 0.25% | - |
| HSV(B) | 248.73º | 0.61% | 0.35% | - |
| XYZ | 3.44 | 2.45 | 9.97 | - |
| YUV | 43.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 90 | 0.52 | 0.61 | 0 | 0.65 | 248.73 | 0.44 | 0.25 |
| Hex | 2B | 23 | 5A | 34 | 3D | 0 | 41 | F9 | 2C | 19 |
| Octal | 53 | 43 | 132 | 64 | 75 | 0 | 101 | 371 | 54 | 31 |
| Binary | 101011 | 100011 | 1011010 | 110100 | 111101 | 0 | 1000001 | 11111001 | 101100 | 11001 |
Color Harmonies of #2B235A
Complementary color
Monochromatic Colors of #2B235A
Black with #2B235A
Text Example
Text Example
White with #2B235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B235A; }
p { color: rgb(43,35,90); }
H1.HeaderClassName
{
color: #2B235A;
}
.AnyTagClassName
{
color: #2B235A;
}
</style>
background-color css
<style>
a { background-color: #2B235A; }
a { background-color: rgb(43,35,90); }
div.DivClassName
{
background-color: #2B235A;
}
.BgClassName
{
background-color: #2B235A;
}
</style>
border-color css
<style>
span { border-color: #2B235A; }
span { border-color: rgb(43,35,90); }
td.TdClassName
{
border-color: #2B235A;
}
.TagClassName
{
border-color: #2B235A;
}
</style>