Shades of Paua #25214C
Tints of Paua #25214C
RGB
CMYK
RGB Variations
Color information
#25214C (or 0x25214C) is known color: Paua. HEX triplet: 25, 21 and 4C. RGB value is (37,33,76). Sum of RGB (Red+Green+Blue) = 37+33+76=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #25214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25214C is #DADEB3. Grayscale: #262626. Windows color (decimal): -14343860 or 4989221. OLE color: 4989221.
HSL color Cylindrical-coordinate representation of color #25214C: hue angle of 245.58º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25214C is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 33 | 76 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.70 |
| HSL | 245.58º | 0.39% | 0.21% | - |
| HSV(B) | 245.58º | 0.57% | 0.3% | - |
| XYZ | 2.61 | 2 | 7.09 | - |
| YUV | 39.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 76 | 0.51 | 0.57 | 0 | 0.70 | 245.58 | 0.39 | 0.21 |
| Hex | 25 | 21 | 4C | 33 | 39 | 0 | 46 | F6 | 27 | 15 |
| Octal | 45 | 41 | 114 | 63 | 71 | 0 | 106 | 366 | 47 | 25 |
| Binary | 100101 | 100001 | 1001100 | 110011 | 111001 | 0 | 1000110 | 11110110 | 100111 | 10101 |
Color Harmonies of #25214C
Complementary color
Monochromatic Colors of #25214C
Black with #25214C
Text Example
Text Example
White with #25214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25214C; }
p { color: rgb(37,33,76); }
H1.HeaderClassName
{
color: #25214C;
}
.AnyTagClassName
{
color: #25214C;
}
</style>
background-color css
<style>
a { background-color: #25214C; }
a { background-color: rgb(37,33,76); }
div.DivClassName
{
background-color: #25214C;
}
.BgClassName
{
background-color: #25214C;
}
</style>
border-color css
<style>
span { border-color: #25214C; }
span { border-color: rgb(37,33,76); }
td.TdClassName
{
border-color: #25214C;
}
.TagClassName
{
border-color: #25214C;
}
</style>