Shades of Paua #25235E
Tints of Paua #25235E
RGB
CMYK
RGB Variations
Color information
#25235E (or 0x25235E) is known color: Paua. HEX triplet: 25, 23 and 5E. RGB value is (37,35,94). Sum of RGB (Red+Green+Blue) = 37+35+94=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #25235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25235E is #DADCA1. Grayscale: #2A2A2A. Windows color (decimal): -14343330 or 6169381. OLE color: 6169381.
HSL color Cylindrical-coordinate representation of color #25235E: hue angle of 242.03º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25235E is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 35 | 94 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.63 |
| HSL | 242.03º | 0.46% | 0.25% | - |
| HSV(B) | 242.03º | 0.63% | 0.37% | - |
| XYZ | 3.38 | 2.4 | 10.88 | - |
| YUV | 42.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 94 | 0.61 | 0.63 | 0 | 0.63 | 242.03 | 0.46 | 0.25 |
| Hex | 25 | 23 | 5E | 3D | 3F | 0 | 3F | F2 | 2E | 19 |
| Octal | 45 | 43 | 136 | 75 | 77 | 0 | 77 | 362 | 56 | 31 |
| Binary | 100101 | 100011 | 1011110 | 111101 | 111111 | 0 | 111111 | 11110010 | 101110 | 11001 |
Color Harmonies of #25235E
Complementary color
Monochromatic Colors of #25235E
Black with #25235E
Text Example
Text Example
White with #25235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25235E; }
p { color: rgb(37,35,94); }
H1.HeaderClassName
{
color: #25235E;
}
.AnyTagClassName
{
color: #25235E;
}
</style>
background-color css
<style>
a { background-color: #25235E; }
a { background-color: rgb(37,35,94); }
div.DivClassName
{
background-color: #25235E;
}
.BgClassName
{
background-color: #25235E;
}
</style>
border-color css
<style>
span { border-color: #25235E; }
span { border-color: rgb(37,35,94); }
td.TdClassName
{
border-color: #25235E;
}
.TagClassName
{
border-color: #25235E;
}
</style>