Shades of Paua #252150
Tints of Paua #252150
RGB
CMYK
RGB Variations
Color information
#252150 (or 0x252150) is known color: Paua. HEX triplet: 25, 21 and 50. RGB value is (37,33,80). Sum of RGB (Red+Green+Blue) = 37+33+80=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #252150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252150 is #DADEAF. Grayscale: #272727. Windows color (decimal): -14343856 or 5251365. OLE color: 5251365.
HSL color Cylindrical-coordinate representation of color #252150: hue angle of 245.11º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #252150 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 33 | 80 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.69 |
| HSL | 245.11º | 0.42% | 0.22% | - |
| HSV(B) | 245.11º | 0.59% | 0.31% | - |
| XYZ | 2.75 | 2.06 | 7.84 | - |
| YUV | 39.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 80 | 0.54 | 0.59 | 0 | 0.69 | 245.11 | 0.42 | 0.22 |
| Hex | 25 | 21 | 50 | 36 | 3B | 0 | 45 | F5 | 2A | 16 |
| Octal | 45 | 41 | 120 | 66 | 73 | 0 | 105 | 365 | 52 | 26 |
| Binary | 100101 | 100001 | 1010000 | 110110 | 111011 | 0 | 1000101 | 11110101 | 101010 | 10110 |
Color Harmonies of #252150
Complementary color
Monochromatic Colors of #252150
Black with #252150
Text Example
Text Example
White with #252150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252150; }
p { color: rgb(37,33,80); }
H1.HeaderClassName
{
color: #252150;
}
.AnyTagClassName
{
color: #252150;
}
</style>
background-color css
<style>
a { background-color: #252150; }
a { background-color: rgb(37,33,80); }
div.DivClassName
{
background-color: #252150;
}
.BgClassName
{
background-color: #252150;
}
</style>
border-color css
<style>
span { border-color: #252150; }
span { border-color: rgb(37,33,80); }
td.TdClassName
{
border-color: #252150;
}
.TagClassName
{
border-color: #252150;
}
</style>