Shades of Paua #28245B
Tints of Paua #28245B
RGB
CMYK
RGB Variations
Color information
#28245B (or 0x28245B) is known color: Paua. HEX triplet: 28, 24 and 5B. RGB value is (40,36,91). Sum of RGB (Red+Green+Blue) = 40+36+91=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #28245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28245B is #D7DBA4. Grayscale: #2B2B2B. Windows color (decimal): -14146469 or 5973032. OLE color: 5973032.
HSL color Cylindrical-coordinate representation of color #28245B: hue angle of 244.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28245B is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 36 | 91 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.64 |
| HSL | 244.36º | 0.43% | 0.25% | - |
| HSV(B) | 244.36º | 0.6% | 0.36% | - |
| XYZ | 3.39 | 2.47 | 10.2 | - |
| YUV | 43.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 91 | 0.56 | 0.60 | 0 | 0.64 | 244.36 | 0.43 | 0.25 |
| Hex | 28 | 24 | 5B | 38 | 3C | 0 | 40 | F4 | 2B | 19 |
| Octal | 50 | 44 | 133 | 70 | 74 | 0 | 100 | 364 | 53 | 31 |
| Binary | 101000 | 100100 | 1011011 | 111000 | 111100 | 0 | 1000000 | 11110100 | 101011 | 11001 |
Color Harmonies of #28245B
Complementary color
Monochromatic Colors of #28245B
Black with #28245B
Text Example
Text Example
White with #28245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28245B; }
p { color: rgb(40,36,91); }
H1.HeaderClassName
{
color: #28245B;
}
.AnyTagClassName
{
color: #28245B;
}
</style>
background-color css
<style>
a { background-color: #28245B; }
a { background-color: rgb(40,36,91); }
div.DivClassName
{
background-color: #28245B;
}
.BgClassName
{
background-color: #28245B;
}
</style>
border-color css
<style>
span { border-color: #28245B; }
span { border-color: rgb(40,36,91); }
td.TdClassName
{
border-color: #28245B;
}
.TagClassName
{
border-color: #28245B;
}
</style>