Shades of Paua #28265C
Tints of Paua #28265C
RGB
CMYK
RGB Variations
Color information
#28265C (or 0x28265C) is known color: Paua. HEX triplet: 28, 26 and 5C. RGB value is (40,38,92). Sum of RGB (Red+Green+Blue) = 40+38+92=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #28265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28265C is #D7D9A3. Grayscale: #2C2C2C. Windows color (decimal): -14145956 or 6039080. OLE color: 6039080.
HSL color Cylindrical-coordinate representation of color #28265C: hue angle of 242.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28265C is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 38 | 92 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.64 |
| HSL | 242.22º | 0.42% | 0.25% | - |
| HSV(B) | 242.22º | 0.59% | 0.36% | - |
| XYZ | 3.5 | 2.61 | 10.44 | - |
| YUV | 44.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 92 | 0.57 | 0.59 | 0 | 0.64 | 242.22 | 0.42 | 0.25 |
| Hex | 28 | 26 | 5C | 39 | 3B | 0 | 40 | F2 | 2A | 19 |
| Octal | 50 | 46 | 134 | 71 | 73 | 0 | 100 | 362 | 52 | 31 |
| Binary | 101000 | 100110 | 1011100 | 111001 | 111011 | 0 | 1000000 | 11110010 | 101010 | 11001 |
Color Harmonies of #28265C
Complementary color
Monochromatic Colors of #28265C
Black with #28265C
Text Example
Text Example
White with #28265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28265C; }
p { color: rgb(40,38,92); }
H1.HeaderClassName
{
color: #28265C;
}
.AnyTagClassName
{
color: #28265C;
}
</style>
background-color css
<style>
a { background-color: #28265C; }
a { background-color: rgb(40,38,92); }
div.DivClassName
{
background-color: #28265C;
}
.BgClassName
{
background-color: #28265C;
}
</style>
border-color css
<style>
span { border-color: #28265C; }
span { border-color: rgb(40,38,92); }
td.TdClassName
{
border-color: #28265C;
}
.TagClassName
{
border-color: #28265C;
}
</style>