Shades of Paua #262249
Tints of Paua #262249
RGB
CMYK
RGB Variations
Color information
#262249 (or 0x262249) is known color: Paua. HEX triplet: 26, 22 and 49. RGB value is (38,34,73). Sum of RGB (Red+Green+Blue) = 38+34+73=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #262249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262249 is #D9DDB6. Grayscale: #272727. Windows color (decimal): -14278071 or 4792870. OLE color: 4792870.
HSL color Cylindrical-coordinate representation of color #262249: hue angle of 246.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #262249 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 34 | 73 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.71 |
| HSL | 246.15º | 0.36% | 0.21% | - |
| HSV(B) | 246.15º | 0.53% | 0.29% | - |
| XYZ | 2.57 | 2.04 | 6.56 | - |
| YUV | 39.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 73 | 0.48 | 0.53 | 0 | 0.71 | 246.15 | 0.36 | 0.21 |
| Hex | 26 | 22 | 49 | 30 | 35 | 0 | 47 | F6 | 24 | 15 |
| Octal | 46 | 42 | 111 | 60 | 65 | 0 | 107 | 366 | 44 | 25 |
| Binary | 100110 | 100010 | 1001001 | 110000 | 110101 | 0 | 1000111 | 11110110 | 100100 | 10101 |
Color Harmonies of #262249
Complementary color
Monochromatic Colors of #262249
Black with #262249
Text Example
Text Example
White with #262249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262249; }
p { color: rgb(38,34,73); }
H1.HeaderClassName
{
color: #262249;
}
.AnyTagClassName
{
color: #262249;
}
</style>
background-color css
<style>
a { background-color: #262249; }
a { background-color: rgb(38,34,73); }
div.DivClassName
{
background-color: #262249;
}
.BgClassName
{
background-color: #262249;
}
</style>
border-color css
<style>
span { border-color: #262249; }
span { border-color: rgb(38,34,73); }
td.TdClassName
{
border-color: #262249;
}
.TagClassName
{
border-color: #262249;
}
</style>