Shades of Paua #28255B
Tints of Paua #28255B
RGB
CMYK
RGB Variations
Color information
#28255B (or 0x28255B) is known color: Paua. HEX triplet: 28, 25 and 5B. RGB value is (40,37,91). Sum of RGB (Red+Green+Blue) = 40+37+91=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #28255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28255B is #D7DAA4. Grayscale: #2B2B2B. Windows color (decimal): -14146213 or 5973288. OLE color: 5973288.
HSL color Cylindrical-coordinate representation of color #28255B: hue angle of 243.33º 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 #28255B is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 37 | 91 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.64 |
| HSL | 243.33º | 0.42% | 0.25% | - |
| HSV(B) | 243.33º | 0.59% | 0.36% | - |
| XYZ | 3.42 | 2.53 | 10.21 | - |
| YUV | 44.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 91 | 0.56 | 0.59 | 0 | 0.64 | 243.33 | 0.42 | 0.25 |
| Hex | 28 | 25 | 5B | 38 | 3B | 0 | 40 | F3 | 2A | 19 |
| Octal | 50 | 45 | 133 | 70 | 73 | 0 | 100 | 363 | 52 | 31 |
| Binary | 101000 | 100101 | 1011011 | 111000 | 111011 | 0 | 1000000 | 11110011 | 101010 | 11001 |
Color Harmonies of #28255B
Complementary color
Monochromatic Colors of #28255B
Black with #28255B
Text Example
Text Example
White with #28255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28255B; }
p { color: rgb(40,37,91); }
H1.HeaderClassName
{
color: #28255B;
}
.AnyTagClassName
{
color: #28255B;
}
</style>
background-color css
<style>
a { background-color: #28255B; }
a { background-color: rgb(40,37,91); }
div.DivClassName
{
background-color: #28255B;
}
.BgClassName
{
background-color: #28255B;
}
</style>
border-color css
<style>
span { border-color: #28255B; }
span { border-color: rgb(40,37,91); }
td.TdClassName
{
border-color: #28255B;
}
.TagClassName
{
border-color: #28255B;
}
</style>