Shades of Paua #2A235A
Tints of Paua #2A235A
RGB
CMYK
RGB Variations
Color information
#2A235A (or 0x2A235A) is known color: Paua. HEX triplet: 2A, 23 and 5A. RGB value is (42,35,90). Sum of RGB (Red+Green+Blue) = 42+35+90=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A235A is #D5DCA5. Grayscale: #2B2B2B. Windows color (decimal): -14015654 or 5907242. OLE color: 5907242.
HSL color Cylindrical-coordinate representation of color #2A235A: hue angle of 247.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A235A is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 35 | 90 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.65 |
| HSL | 247.64º | 0.44% | 0.25% | - |
| HSV(B) | 247.64º | 0.61% | 0.35% | - |
| XYZ | 3.4 | 2.43 | 9.96 | - |
| YUV | 43.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 90 | 0.53 | 0.61 | 0 | 0.65 | 247.64 | 0.44 | 0.25 |
| Hex | 2A | 23 | 5A | 35 | 3D | 0 | 41 | F8 | 2C | 19 |
| Octal | 52 | 43 | 132 | 65 | 75 | 0 | 101 | 370 | 54 | 31 |
| Binary | 101010 | 100011 | 1011010 | 110101 | 111101 | 0 | 1000001 | 11111000 | 101100 | 11001 |
Color Harmonies of #2A235A
Complementary color
Monochromatic Colors of #2A235A
Black with #2A235A
Text Example
Text Example
White with #2A235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A235A; }
p { color: rgb(42,35,90); }
H1.HeaderClassName
{
color: #2A235A;
}
.AnyTagClassName
{
color: #2A235A;
}
</style>
background-color css
<style>
a { background-color: #2A235A; }
a { background-color: rgb(42,35,90); }
div.DivClassName
{
background-color: #2A235A;
}
.BgClassName
{
background-color: #2A235A;
}
</style>
border-color css
<style>
span { border-color: #2A235A; }
span { border-color: rgb(42,35,90); }
td.TdClassName
{
border-color: #2A235A;
}
.TagClassName
{
border-color: #2A235A;
}
</style>