Shades of Paua #252254
Tints of Paua #252254
RGB
CMYK
RGB Variations
Color information
#252254 (or 0x252254) is known color: Paua. HEX triplet: 25, 22 and 54. RGB value is (37,34,84). Sum of RGB (Red+Green+Blue) = 37+34+84=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #252254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252254 is #DADDAB. Grayscale: #282828. Windows color (decimal): -14343596 or 5513765. OLE color: 5513765.
HSL color Cylindrical-coordinate representation of color #252254: hue angle of 243.6º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #252254 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 34 | 84 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.67 |
| HSL | 243.6º | 0.42% | 0.23% | - |
| HSV(B) | 243.6º | 0.6% | 0.33% | - |
| XYZ | 2.94 | 2.18 | 8.65 | - |
| YUV | 40.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 84 | 0.56 | 0.60 | 0 | 0.67 | 243.6 | 0.42 | 0.23 |
| Hex | 25 | 22 | 54 | 38 | 3C | 0 | 43 | F4 | 2A | 17 |
| Octal | 45 | 42 | 124 | 70 | 74 | 0 | 103 | 364 | 52 | 27 |
| Binary | 100101 | 100010 | 1010100 | 111000 | 111100 | 0 | 1000011 | 11110100 | 101010 | 10111 |
Color Harmonies of #252254
Complementary color
Monochromatic Colors of #252254
Black with #252254
Text Example
Text Example
White with #252254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252254; }
p { color: rgb(37,34,84); }
H1.HeaderClassName
{
color: #252254;
}
.AnyTagClassName
{
color: #252254;
}
</style>
background-color css
<style>
a { background-color: #252254; }
a { background-color: rgb(37,34,84); }
div.DivClassName
{
background-color: #252254;
}
.BgClassName
{
background-color: #252254;
}
</style>
border-color css
<style>
span { border-color: #252254; }
span { border-color: rgb(37,34,84); }
td.TdClassName
{
border-color: #252254;
}
.TagClassName
{
border-color: #252254;
}
</style>