Shades of Paua #281D57
Tints of Paua #281D57
RGB
CMYK
RGB Variations
Color information
#281D57 (or 0x281D57) is known color: Paua. HEX triplet: 28, 1D and 57. RGB value is (40,29,87). Sum of RGB (Red+Green+Blue) = 40+29+87=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #281D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D57 is #D7E2A8. Grayscale: #262626. Windows color (decimal): -14148265 or 5709096. OLE color: 5709096.
HSL color Cylindrical-coordinate representation of color #281D57: hue angle of 251.38º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #281D57 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 29 | 87 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.66 |
| HSL | 251.38º | 0.5% | 0.23% | - |
| HSV(B) | 251.38º | 0.67% | 0.34% | - |
| XYZ | 3.03 | 2.02 | 9.25 | - |
| YUV | 38.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 87 | 0.54 | 0.67 | 0 | 0.66 | 251.38 | 0.5 | 0.23 |
| Hex | 28 | 1D | 57 | 36 | 43 | 0 | 42 | FB | 32 | 17 |
| Octal | 50 | 35 | 127 | 66 | 103 | 0 | 102 | 373 | 62 | 27 |
| Binary | 101000 | 11101 | 1010111 | 110110 | 1000011 | 0 | 1000010 | 11111011 | 110010 | 10111 |
Color Harmonies of #281D57
Complementary color
Monochromatic Colors of #281D57
Black with #281D57
Text Example
Text Example
White with #281D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D57; }
p { color: rgb(40,29,87); }
H1.HeaderClassName
{
color: #281D57;
}
.AnyTagClassName
{
color: #281D57;
}
</style>
background-color css
<style>
a { background-color: #281D57; }
a { background-color: rgb(40,29,87); }
div.DivClassName
{
background-color: #281D57;
}
.BgClassName
{
background-color: #281D57;
}
</style>
border-color css
<style>
span { border-color: #281D57; }
span { border-color: rgb(40,29,87); }
td.TdClassName
{
border-color: #281D57;
}
.TagClassName
{
border-color: #281D57;
}
</style>