Shades of Paua #2B284C
Tints of Paua #2B284C
RGB
CMYK
RGB Variations
Color information
#2B284C (or 0x2B284C) is known color: Paua. HEX triplet: 2B, 28 and 4C. RGB value is (43,40,76). Sum of RGB (Red+Green+Blue) = 43+40+76=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B284C is #D4D7B3. Grayscale: #2C2C2C. Windows color (decimal): -13948852 or 4991019. OLE color: 4991019.
HSL color Cylindrical-coordinate representation of color #2B284C: hue angle of 245º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B284C is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 40 | 76 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.70 |
| HSL | 245º | 0.31% | 0.23% | - |
| HSV(B) | 245º | 0.47% | 0.3% | - |
| XYZ | 3.06 | 2.55 | 7.17 | - |
| YUV | 45 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 76 | 0.43 | 0.47 | 0 | 0.70 | 245 | 0.31 | 0.23 |
| Hex | 2B | 28 | 4C | 2B | 2F | 0 | 46 | F5 | 1F | 17 |
| Octal | 53 | 50 | 114 | 53 | 57 | 0 | 106 | 365 | 37 | 27 |
| Binary | 101011 | 101000 | 1001100 | 101011 | 101111 | 0 | 1000110 | 11110101 | 11111 | 10111 |
Color Harmonies of #2B284C
Complementary color
Monochromatic Colors of #2B284C
Black with #2B284C
Text Example
Text Example
White with #2B284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B284C; }
p { color: rgb(43,40,76); }
H1.HeaderClassName
{
color: #2B284C;
}
.AnyTagClassName
{
color: #2B284C;
}
</style>
background-color css
<style>
a { background-color: #2B284C; }
a { background-color: rgb(43,40,76); }
div.DivClassName
{
background-color: #2B284C;
}
.BgClassName
{
background-color: #2B284C;
}
</style>
border-color css
<style>
span { border-color: #2B284C; }
span { border-color: rgb(43,40,76); }
td.TdClassName
{
border-color: #2B284C;
}
.TagClassName
{
border-color: #2B284C;
}
</style>