Shades of Paua #252148
Tints of Paua #252148
RGB
CMYK
RGB Variations
Color information
#252148 (or 0x252148) is known color: Paua. HEX triplet: 25, 21 and 48. RGB value is (37,33,72). Sum of RGB (Red+Green+Blue) = 37+33+72=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #252148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252148 is #DADEB7. Grayscale: #262626. Windows color (decimal): -14343864 or 4727077. OLE color: 4727077.
HSL color Cylindrical-coordinate representation of color #252148: hue angle of 246.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252148 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 33 | 72 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.72 |
| HSL | 246.15º | 0.37% | 0.21% | - |
| HSV(B) | 246.15º | 0.54% | 0.28% | - |
| XYZ | 2.48 | 1.95 | 6.38 | - |
| YUV | 38.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 72 | 0.49 | 0.54 | 0 | 0.72 | 246.15 | 0.37 | 0.21 |
| Hex | 25 | 21 | 48 | 31 | 36 | 0 | 48 | F6 | 25 | 15 |
| Octal | 45 | 41 | 110 | 61 | 66 | 0 | 110 | 366 | 45 | 25 |
| Binary | 100101 | 100001 | 1001000 | 110001 | 110110 | 0 | 1001000 | 11110110 | 100101 | 10101 |
Color Harmonies of #252148
Complementary color
Monochromatic Colors of #252148
Black with #252148
Text Example
Text Example
White with #252148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252148; }
p { color: rgb(37,33,72); }
H1.HeaderClassName
{
color: #252148;
}
.AnyTagClassName
{
color: #252148;
}
</style>
background-color css
<style>
a { background-color: #252148; }
a { background-color: rgb(37,33,72); }
div.DivClassName
{
background-color: #252148;
}
.BgClassName
{
background-color: #252148;
}
</style>
border-color css
<style>
span { border-color: #252148; }
span { border-color: rgb(37,33,72); }
td.TdClassName
{
border-color: #252148;
}
.TagClassName
{
border-color: #252148;
}
</style>