Shades of Paua #2B2355
Tints of Paua #2B2355
RGB
CMYK
RGB Variations
Color information
#2B2355 (or 0x2B2355) is known color: Paua. HEX triplet: 2B, 23 and 55. RGB value is (43,35,85). Sum of RGB (Red+Green+Blue) = 43+35+85=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2355 is #D4DCAA. Grayscale: #2A2A2A. Windows color (decimal): -13950123 or 5579563. OLE color: 5579563.
HSL color Cylindrical-coordinate representation of color #2B2355: hue angle of 249.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B2355 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 35 | 85 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.67 |
| HSL | 249.6º | 0.42% | 0.24% | - |
| HSV(B) | 249.6º | 0.59% | 0.33% | - |
| XYZ | 3.24 | 2.37 | 8.88 | - |
| YUV | 43.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 85 | 0.49 | 0.59 | 0 | 0.67 | 249.6 | 0.42 | 0.24 |
| Hex | 2B | 23 | 55 | 31 | 3B | 0 | 43 | FA | 2A | 18 |
| Octal | 53 | 43 | 125 | 61 | 73 | 0 | 103 | 372 | 52 | 30 |
| Binary | 101011 | 100011 | 1010101 | 110001 | 111011 | 0 | 1000011 | 11111010 | 101010 | 11000 |
Color Harmonies of #2B2355
Complementary color
Monochromatic Colors of #2B2355
Black with #2B2355
Text Example
Text Example
White with #2B2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2355; }
p { color: rgb(43,35,85); }
H1.HeaderClassName
{
color: #2B2355;
}
.AnyTagClassName
{
color: #2B2355;
}
</style>
background-color css
<style>
a { background-color: #2B2355; }
a { background-color: rgb(43,35,85); }
div.DivClassName
{
background-color: #2B2355;
}
.BgClassName
{
background-color: #2B2355;
}
</style>
border-color css
<style>
span { border-color: #2B2355; }
span { border-color: rgb(43,35,85); }
td.TdClassName
{
border-color: #2B2355;
}
.TagClassName
{
border-color: #2B2355;
}
</style>