Shades of Paua #2A244E
Tints of Paua #2A244E
RGB
CMYK
RGB Variations
Color information
#2A244E (or 0x2A244E) is known color: Paua. HEX triplet: 2A, 24 and 4E. RGB value is (42,36,78). Sum of RGB (Red+Green+Blue) = 42+36+78=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A244E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A244E is #D5DBB1. Grayscale: #2A2A2A. Windows color (decimal): -14015410 or 5121066. OLE color: 5121066.
HSL color Cylindrical-coordinate representation of color #2A244E: hue angle of 248.57º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A244E is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 36 | 78 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.69 |
| HSL | 248.57º | 0.37% | 0.22% | - |
| HSV(B) | 248.57º | 0.54% | 0.31% | - |
| XYZ | 2.96 | 2.3 | 7.5 | - |
| YUV | 42.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 78 | 0.46 | 0.54 | 0 | 0.69 | 248.57 | 0.37 | 0.22 |
| Hex | 2A | 24 | 4E | 2E | 36 | 0 | 45 | F9 | 25 | 16 |
| Octal | 52 | 44 | 116 | 56 | 66 | 0 | 105 | 371 | 45 | 26 |
| Binary | 101010 | 100100 | 1001110 | 101110 | 110110 | 0 | 1000101 | 11111001 | 100101 | 10110 |
Color Harmonies of #2A244E
Complementary color
Monochromatic Colors of #2A244E
Black with #2A244E
Text Example
Text Example
White with #2A244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A244E; }
p { color: rgb(42,36,78); }
H1.HeaderClassName
{
color: #2A244E;
}
.AnyTagClassName
{
color: #2A244E;
}
</style>
background-color css
<style>
a { background-color: #2A244E; }
a { background-color: rgb(42,36,78); }
div.DivClassName
{
background-color: #2A244E;
}
.BgClassName
{
background-color: #2A244E;
}
</style>
border-color css
<style>
span { border-color: #2A244E; }
span { border-color: rgb(42,36,78); }
td.TdClassName
{
border-color: #2A244E;
}
.TagClassName
{
border-color: #2A244E;
}
</style>