Shades of Paua #23214B
Tints of Paua #23214B
RGB
CMYK
RGB Variations
Color information
#23214B (or 0x23214B) is known color: Paua. HEX triplet: 23, 21 and 4B. RGB value is (35,33,75). Sum of RGB (Red+Green+Blue) = 35+33+75=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #23214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23214B is #DCDEB4. Grayscale: #262626. Windows color (decimal): -14474933 or 4923683. OLE color: 4923683.
HSL color Cylindrical-coordinate representation of color #23214B: hue angle of 242.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23214B is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 33 | 75 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.71 |
| HSL | 242.86º | 0.39% | 0.21% | - |
| HSV(B) | 242.86º | 0.56% | 0.29% | - |
| XYZ | 2.51 | 1.95 | 6.9 | - |
| YUV | 38.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 75 | 0.53 | 0.56 | 0 | 0.71 | 242.86 | 0.39 | 0.21 |
| Hex | 23 | 21 | 4B | 35 | 38 | 0 | 47 | F3 | 27 | 15 |
| Octal | 43 | 41 | 113 | 65 | 70 | 0 | 107 | 363 | 47 | 25 |
| Binary | 100011 | 100001 | 1001011 | 110101 | 111000 | 0 | 1000111 | 11110011 | 100111 | 10101 |
Color Harmonies of #23214B
Complementary color
Monochromatic Colors of #23214B
Black with #23214B
Text Example
Text Example
White with #23214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23214B; }
p { color: rgb(35,33,75); }
H1.HeaderClassName
{
color: #23214B;
}
.AnyTagClassName
{
color: #23214B;
}
</style>
background-color css
<style>
a { background-color: #23214B; }
a { background-color: rgb(35,33,75); }
div.DivClassName
{
background-color: #23214B;
}
.BgClassName
{
background-color: #23214B;
}
</style>
border-color css
<style>
span { border-color: #23214B; }
span { border-color: rgb(35,33,75); }
td.TdClassName
{
border-color: #23214B;
}
.TagClassName
{
border-color: #23214B;
}
</style>