Shades of Paua #2C284F
Tints of Paua #2C284F
RGB
CMYK
RGB Variations
Color information
#2C284F (or 0x2C284F) is known color: Paua. HEX triplet: 2C, 28 and 4F. RGB value is (44,40,79). Sum of RGB (Red+Green+Blue) = 44+40+79=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C284F is #D3D7B0. Grayscale: #2D2D2D. Windows color (decimal): -13883313 or 5187628. OLE color: 5187628.
HSL color Cylindrical-coordinate representation of color #2C284F: hue angle of 246.15º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C284F is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 40 | 79 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.69 |
| HSL | 246.15º | 0.33% | 0.23% | - |
| HSV(B) | 246.15º | 0.49% | 0.31% | - |
| XYZ | 3.21 | 2.62 | 7.73 | - |
| YUV | 45.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 79 | 0.44 | 0.49 | 0 | 0.69 | 246.15 | 0.33 | 0.23 |
| Hex | 2C | 28 | 4F | 2C | 31 | 0 | 45 | F6 | 21 | 17 |
| Octal | 54 | 50 | 117 | 54 | 61 | 0 | 105 | 366 | 41 | 27 |
| Binary | 101100 | 101000 | 1001111 | 101100 | 110001 | 0 | 1000101 | 11110110 | 100001 | 10111 |
Color Harmonies of #2C284F
Complementary color
Monochromatic Colors of #2C284F
Black with #2C284F
Text Example
Text Example
White with #2C284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C284F; }
p { color: rgb(44,40,79); }
H1.HeaderClassName
{
color: #2C284F;
}
.AnyTagClassName
{
color: #2C284F;
}
</style>
background-color css
<style>
a { background-color: #2C284F; }
a { background-color: rgb(44,40,79); }
div.DivClassName
{
background-color: #2C284F;
}
.BgClassName
{
background-color: #2C284F;
}
</style>
border-color css
<style>
span { border-color: #2C284F; }
span { border-color: rgb(44,40,79); }
td.TdClassName
{
border-color: #2C284F;
}
.TagClassName
{
border-color: #2C284F;
}
</style>