Shades of Paua #2A254E
Tints of Paua #2A254E
RGB
CMYK
RGB Variations
Color information
#2A254E (or 0x2A254E) is known color: Paua. HEX triplet: 2A, 25 and 4E. RGB value is (42,37,78). Sum of RGB (Red+Green+Blue) = 42+37+78=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 37 (14.84% from 255 or 23.57% 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 #2A254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A254E is #D5DAB1. Grayscale: #2B2B2B. Windows color (decimal): -14015154 or 5121322. OLE color: 5121322.
HSL color Cylindrical-coordinate representation of color #2A254E: hue angle of 247.32º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A254E is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 37 | 78 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.69 |
| HSL | 247.32º | 0.36% | 0.23% | - |
| HSV(B) | 247.32º | 0.53% | 0.31% | - |
| XYZ | 2.99 | 2.37 | 7.51 | - |
| YUV | 43.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 78 | 0.46 | 0.53 | 0 | 0.69 | 247.32 | 0.36 | 0.23 |
| Hex | 2A | 25 | 4E | 2E | 35 | 0 | 45 | F7 | 24 | 17 |
| Octal | 52 | 45 | 116 | 56 | 65 | 0 | 105 | 367 | 44 | 27 |
| Binary | 101010 | 100101 | 1001110 | 101110 | 110101 | 0 | 1000101 | 11110111 | 100100 | 10111 |
Color Harmonies of #2A254E
Complementary color
Monochromatic Colors of #2A254E
Black with #2A254E
Text Example
Text Example
White with #2A254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A254E; }
p { color: rgb(42,37,78); }
H1.HeaderClassName
{
color: #2A254E;
}
.AnyTagClassName
{
color: #2A254E;
}
</style>
background-color css
<style>
a { background-color: #2A254E; }
a { background-color: rgb(42,37,78); }
div.DivClassName
{
background-color: #2A254E;
}
.BgClassName
{
background-color: #2A254E;
}
</style>
border-color css
<style>
span { border-color: #2A254E; }
span { border-color: rgb(42,37,78); }
td.TdClassName
{
border-color: #2A254E;
}
.TagClassName
{
border-color: #2A254E;
}
</style>