Shades of Paua #282758
Tints of Paua #282758
RGB
CMYK
RGB Variations
Color information
#282758 (or 0x282758) is known color: Paua. HEX triplet: 28, 27 and 58. RGB value is (40,39,88). Sum of RGB (Red+Green+Blue) = 40+39+88=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #282758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282758 is #D7D8A7. Grayscale: #2C2C2C. Windows color (decimal): -14145704 or 5777192. OLE color: 5777192.
HSL color Cylindrical-coordinate representation of color #282758: hue angle of 241.22º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #282758 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 39 | 88 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.65 |
| HSL | 241.22º | 0.39% | 0.25% | - |
| HSV(B) | 241.22º | 0.56% | 0.35% | - |
| XYZ | 3.36 | 2.61 | 9.56 | - |
| YUV | 44.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 88 | 0.55 | 0.56 | 0 | 0.65 | 241.22 | 0.39 | 0.25 |
| Hex | 28 | 27 | 58 | 37 | 38 | 0 | 41 | F1 | 27 | 19 |
| Octal | 50 | 47 | 130 | 67 | 70 | 0 | 101 | 361 | 47 | 31 |
| Binary | 101000 | 100111 | 1011000 | 110111 | 111000 | 0 | 1000001 | 11110001 | 100111 | 11001 |
Color Harmonies of #282758
Complementary color
Monochromatic Colors of #282758
Black with #282758
Text Example
Text Example
White with #282758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282758; }
p { color: rgb(40,39,88); }
H1.HeaderClassName
{
color: #282758;
}
.AnyTagClassName
{
color: #282758;
}
</style>
background-color css
<style>
a { background-color: #282758; }
a { background-color: rgb(40,39,88); }
div.DivClassName
{
background-color: #282758;
}
.BgClassName
{
background-color: #282758;
}
</style>
border-color css
<style>
span { border-color: #282758; }
span { border-color: rgb(40,39,88); }
td.TdClassName
{
border-color: #282758;
}
.TagClassName
{
border-color: #282758;
}
</style>