Shades of Paua #2C234E
Tints of Paua #2C234E
RGB
CMYK
RGB Variations
Color information
#2C234E (or 0x2C234E) is known color: Paua. HEX triplet: 2C, 23 and 4E. RGB value is (44,35,78). Sum of RGB (Red+Green+Blue) = 44+35+78=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C234E is #D3DCB1. Grayscale: #2A2A2A. Windows color (decimal): -13884594 or 5120812. OLE color: 5120812.
HSL color Cylindrical-coordinate representation of color #2C234E: hue angle of 252.56º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C234E is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 35 | 78 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.69 |
| HSL | 252.56º | 0.38% | 0.22% | - |
| HSV(B) | 252.56º | 0.55% | 0.31% | - |
| XYZ | 3.01 | 2.29 | 7.49 | - |
| YUV | 42.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 78 | 0.44 | 0.55 | 0 | 0.69 | 252.56 | 0.38 | 0.22 |
| Hex | 2C | 23 | 4E | 2C | 37 | 0 | 45 | FD | 26 | 16 |
| Octal | 54 | 43 | 116 | 54 | 67 | 0 | 105 | 375 | 46 | 26 |
| Binary | 101100 | 100011 | 1001110 | 101100 | 110111 | 0 | 1000101 | 11111101 | 100110 | 10110 |
Color Harmonies of #2C234E
Complementary color
Monochromatic Colors of #2C234E
Black with #2C234E
Text Example
Text Example
White with #2C234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C234E; }
p { color: rgb(44,35,78); }
H1.HeaderClassName
{
color: #2C234E;
}
.AnyTagClassName
{
color: #2C234E;
}
</style>
background-color css
<style>
a { background-color: #2C234E; }
a { background-color: rgb(44,35,78); }
div.DivClassName
{
background-color: #2C234E;
}
.BgClassName
{
background-color: #2C234E;
}
</style>
border-color css
<style>
span { border-color: #2C234E; }
span { border-color: rgb(44,35,78); }
td.TdClassName
{
border-color: #2C234E;
}
.TagClassName
{
border-color: #2C234E;
}
</style>