Shades of Paua #25235D
Tints of Paua #25235D
RGB
CMYK
RGB Variations
Color information
#25235D (or 0x25235D) is known color: Paua. HEX triplet: 25, 23 and 5D. RGB value is (37,35,93). Sum of RGB (Red+Green+Blue) = 37+35+93=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #25235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25235D is #DADCA2. Grayscale: #292929. Windows color (decimal): -14343331 or 6103845. OLE color: 6103845.
HSL color Cylindrical-coordinate representation of color #25235D: hue angle of 242.07º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25235D is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 35 | 93 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.64 |
| HSL | 242.07º | 0.45% | 0.25% | - |
| HSV(B) | 242.07º | 0.62% | 0.36% | - |
| XYZ | 3.34 | 2.39 | 10.64 | - |
| YUV | 42.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 93 | 0.60 | 0.62 | 0 | 0.64 | 242.07 | 0.45 | 0.25 |
| Hex | 25 | 23 | 5D | 3C | 3E | 0 | 40 | F2 | 2D | 19 |
| Octal | 45 | 43 | 135 | 74 | 76 | 0 | 100 | 362 | 55 | 31 |
| Binary | 100101 | 100011 | 1011101 | 111100 | 111110 | 0 | 1000000 | 11110010 | 101101 | 11001 |
Color Harmonies of #25235D
Complementary color
Monochromatic Colors of #25235D
Black with #25235D
Text Example
Text Example
White with #25235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25235D; }
p { color: rgb(37,35,93); }
H1.HeaderClassName
{
color: #25235D;
}
.AnyTagClassName
{
color: #25235D;
}
</style>
background-color css
<style>
a { background-color: #25235D; }
a { background-color: rgb(37,35,93); }
div.DivClassName
{
background-color: #25235D;
}
.BgClassName
{
background-color: #25235D;
}
</style>
border-color css
<style>
span { border-color: #25235D; }
span { border-color: rgb(37,35,93); }
td.TdClassName
{
border-color: #25235D;
}
.TagClassName
{
border-color: #25235D;
}
</style>