Shades of Paua #2B234B
Tints of Paua #2B234B
RGB
CMYK
RGB Variations
Color information
#2B234B (or 0x2B234B) is known color: Paua. HEX triplet: 2B, 23 and 4B. RGB value is (43,35,75). Sum of RGB (Red+Green+Blue) = 43+35+75=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B234B is #D4DCB4. Grayscale: #292929. Windows color (decimal): -13950133 or 4924203. OLE color: 4924203.
HSL color Cylindrical-coordinate representation of color #2B234B: hue angle of 252º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B234B is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 43 | 35 | 75 | - |
CMYK | 0.43 | 0.53 | 0 | 0.71 |
HSL | 252º | 0.36% | 0.22% | - |
HSV(B) | 252º | 0.53% | 0.29% | - |
XYZ | 2.87 | 2.22 | 6.93 | - |
YUV | 41.95 | 146.65 | 128.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 35 | 75 | 0.43 | 0.53 | 0 | 0.71 | 252 | 0.36 | 0.22 |
Hex | 2B | 23 | 4B | 2B | 35 | 0 | 47 | FC | 24 | 16 |
Octal | 53 | 43 | 113 | 53 | 65 | 0 | 107 | 374 | 44 | 26 |
Binary | 101011 | 100011 | 1001011 | 101011 | 110101 | 0 | 1000111 | 11111100 | 100100 | 10110 |
Color Harmonies of #2B234B
Complementary color
Monochromatic Colors of #2B234B
Black with #2B234B
Text Example
Text Example
White with #2B234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B234B; }
p { color: rgb(43,35,75); }
H1.HeaderClassName
{
color: #2B234B;
}
.AnyTagClassName
{
color: #2B234B;
}
</style>
background-color css
<style>
a { background-color: #2B234B; }
a { background-color: rgb(43,35,75); }
div.DivClassName
{
background-color: #2B234B;
}
.BgClassName
{
background-color: #2B234B;
}
</style>
border-color css
<style>
span { border-color: #2B234B; }
span { border-color: rgb(43,35,75); }
td.TdClassName
{
border-color: #2B234B;
}
.TagClassName
{
border-color: #2B234B;
}
</style>