Shades of Paua #2C265A
Tints of Paua #2C265A
RGB
CMYK
RGB Variations
Color information
#2C265A (or 0x2C265A) is known color: Paua. HEX triplet: 2C, 26 and 5A. RGB value is (44,38,90). Sum of RGB (Red+Green+Blue) = 44+38+90=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C265A is #D3D9A5. Grayscale: #2D2D2D. Windows color (decimal): -13883814 or 5908012. OLE color: 5908012.
HSL color Cylindrical-coordinate representation of color #2C265A: hue angle of 246.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C265A is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 38 | 90 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.65 |
| HSL | 246.92º | 0.41% | 0.25% | - |
| HSV(B) | 246.92º | 0.58% | 0.35% | - |
| XYZ | 3.58 | 2.66 | 10 | - |
| YUV | 45.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 90 | 0.51 | 0.58 | 0 | 0.65 | 246.92 | 0.41 | 0.25 |
| Hex | 2C | 26 | 5A | 33 | 3A | 0 | 41 | F7 | 29 | 19 |
| Octal | 54 | 46 | 132 | 63 | 72 | 0 | 101 | 367 | 51 | 31 |
| Binary | 101100 | 100110 | 1011010 | 110011 | 111010 | 0 | 1000001 | 11110111 | 101001 | 11001 |
Color Harmonies of #2C265A
Complementary color
Monochromatic Colors of #2C265A
Black with #2C265A
Text Example
Text Example
White with #2C265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C265A; }
p { color: rgb(44,38,90); }
H1.HeaderClassName
{
color: #2C265A;
}
.AnyTagClassName
{
color: #2C265A;
}
</style>
background-color css
<style>
a { background-color: #2C265A; }
a { background-color: rgb(44,38,90); }
div.DivClassName
{
background-color: #2C265A;
}
.BgClassName
{
background-color: #2C265A;
}
</style>
border-color css
<style>
span { border-color: #2C265A; }
span { border-color: rgb(44,38,90); }
td.TdClassName
{
border-color: #2C265A;
}
.TagClassName
{
border-color: #2C265A;
}
</style>