Shades of Paua #28265B
Tints of Paua #28265B
RGB
CMYK
RGB Variations
Color information
#28265B (or 0x28265B) is known color: Paua. HEX triplet: 28, 26 and 5B. RGB value is (40,38,91). Sum of RGB (Red+Green+Blue) = 40+38+91=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #28265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28265B is #D7D9A4. Grayscale: #2C2C2C. Windows color (decimal): -14145957 or 5973544. OLE color: 5973544.
HSL color Cylindrical-coordinate representation of color #28265B: hue angle of 242.26º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28265B is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 38 | 91 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.64 |
| HSL | 242.26º | 0.41% | 0.25% | - |
| HSV(B) | 242.26º | 0.58% | 0.36% | - |
| XYZ | 3.46 | 2.59 | 10.22 | - |
| YUV | 44.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 91 | 0.56 | 0.58 | 0 | 0.64 | 242.26 | 0.41 | 0.25 |
| Hex | 28 | 26 | 5B | 38 | 3A | 0 | 40 | F2 | 29 | 19 |
| Octal | 50 | 46 | 133 | 70 | 72 | 0 | 100 | 362 | 51 | 31 |
| Binary | 101000 | 100110 | 1011011 | 111000 | 111010 | 0 | 1000000 | 11110010 | 101001 | 11001 |
Color Harmonies of #28265B
Complementary color
Monochromatic Colors of #28265B
Black with #28265B
Text Example
Text Example
White with #28265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28265B; }
p { color: rgb(40,38,91); }
H1.HeaderClassName
{
color: #28265B;
}
.AnyTagClassName
{
color: #28265B;
}
</style>
background-color css
<style>
a { background-color: #28265B; }
a { background-color: rgb(40,38,91); }
div.DivClassName
{
background-color: #28265B;
}
.BgClassName
{
background-color: #28265B;
}
</style>
border-color css
<style>
span { border-color: #28265B; }
span { border-color: rgb(40,38,91); }
td.TdClassName
{
border-color: #28265B;
}
.TagClassName
{
border-color: #28265B;
}
</style>