Shades of Paua #262153
Tints of Paua #262153
RGB
CMYK
RGB Variations
Color information
#262153 (or 0x262153) is known color: Paua. HEX triplet: 26, 21 and 53. RGB value is (38,33,83). Sum of RGB (Red+Green+Blue) = 38+33+83=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #262153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262153 is #D9DEAC. Grayscale: #282828. Windows color (decimal): -14278317 or 5447974. OLE color: 5447974.
HSL color Cylindrical-coordinate representation of color #262153: hue angle of 246º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262153 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 33 | 83 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.67 |
| HSL | 246º | 0.43% | 0.23% | - |
| HSV(B) | 246º | 0.6% | 0.33% | - |
| XYZ | 2.9 | 2.12 | 8.44 | - |
| YUV | 40.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 83 | 0.54 | 0.60 | 0 | 0.67 | 246 | 0.43 | 0.23 |
| Hex | 26 | 21 | 53 | 36 | 3C | 0 | 43 | F6 | 2B | 17 |
| Octal | 46 | 41 | 123 | 66 | 74 | 0 | 103 | 366 | 53 | 27 |
| Binary | 100110 | 100001 | 1010011 | 110110 | 111100 | 0 | 1000011 | 11110110 | 101011 | 10111 |
Color Harmonies of #262153
Complementary color
Monochromatic Colors of #262153
Black with #262153
Text Example
Text Example
White with #262153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262153; }
p { color: rgb(38,33,83); }
H1.HeaderClassName
{
color: #262153;
}
.AnyTagClassName
{
color: #262153;
}
</style>
background-color css
<style>
a { background-color: #262153; }
a { background-color: rgb(38,33,83); }
div.DivClassName
{
background-color: #262153;
}
.BgClassName
{
background-color: #262153;
}
</style>
border-color css
<style>
span { border-color: #262153; }
span { border-color: rgb(38,33,83); }
td.TdClassName
{
border-color: #262153;
}
.TagClassName
{
border-color: #262153;
}
</style>