Shades of Paua #28254B
Tints of Paua #28254B
RGB
CMYK
RGB Variations
Color information
#28254B (or 0x28254B) is known color: Paua. HEX triplet: 28, 25 and 4B. RGB value is (40,37,75). Sum of RGB (Red+Green+Blue) = 40+37+75=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #28254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28254B is #D7DAB4. Grayscale: #2A2A2A. Windows color (decimal): -14146229 or 4924712. OLE color: 4924712.
HSL color Cylindrical-coordinate representation of color #28254B: hue angle of 244.74º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28254B is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 37 | 75 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.71 |
| HSL | 244.74º | 0.34% | 0.22% | - |
| HSV(B) | 244.74º | 0.51% | 0.29% | - |
| XYZ | 2.81 | 2.28 | 6.95 | - |
| YUV | 42.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 75 | 0.47 | 0.51 | 0 | 0.71 | 244.74 | 0.34 | 0.22 |
| Hex | 28 | 25 | 4B | 2F | 33 | 0 | 47 | F5 | 22 | 16 |
| Octal | 50 | 45 | 113 | 57 | 63 | 0 | 107 | 365 | 42 | 26 |
| Binary | 101000 | 100101 | 1001011 | 101111 | 110011 | 0 | 1000111 | 11110101 | 100010 | 10110 |
Color Harmonies of #28254B
Complementary color
Monochromatic Colors of #28254B
Black with #28254B
Text Example
Text Example
White with #28254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28254B; }
p { color: rgb(40,37,75); }
H1.HeaderClassName
{
color: #28254B;
}
.AnyTagClassName
{
color: #28254B;
}
</style>
background-color css
<style>
a { background-color: #28254B; }
a { background-color: rgb(40,37,75); }
div.DivClassName
{
background-color: #28254B;
}
.BgClassName
{
background-color: #28254B;
}
</style>
border-color css
<style>
span { border-color: #28254B; }
span { border-color: rgb(40,37,75); }
td.TdClassName
{
border-color: #28254B;
}
.TagClassName
{
border-color: #28254B;
}
</style>