Shades of Paua #251B58
Tints of Paua #251B58
RGB
CMYK
RGB Variations
Color information
#251B58 (or 0x251B58) is known color: Paua. HEX triplet: 25, 1B and 58. RGB value is (37,27,88). Sum of RGB (Red+Green+Blue) = 37+27+88=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #251B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251B58 is #DAE4A7. Grayscale: #242424. Windows color (decimal): -14345384 or 5774117. OLE color: 5774117.
HSL color Cylindrical-coordinate representation of color #251B58: hue angle of 249.84º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #251B58 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 27 | 88 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.65 |
| HSL | 249.84º | 0.53% | 0.23% | - |
| HSV(B) | 249.84º | 0.69% | 0.35% | - |
| XYZ | 2.92 | 1.88 | 9.44 | - |
| YUV | 36.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 88 | 0.58 | 0.69 | 0 | 0.65 | 249.84 | 0.53 | 0.23 |
| Hex | 25 | 1B | 58 | 3A | 45 | 0 | 41 | FA | 35 | 17 |
| Octal | 45 | 33 | 130 | 72 | 105 | 0 | 101 | 372 | 65 | 27 |
| Binary | 100101 | 11011 | 1011000 | 111010 | 1000101 | 0 | 1000001 | 11111010 | 110101 | 10111 |
Color Harmonies of #251B58
Complementary color
Monochromatic Colors of #251B58
Black with #251B58
Text Example
Text Example
White with #251B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B58; }
p { color: rgb(37,27,88); }
H1.HeaderClassName
{
color: #251B58;
}
.AnyTagClassName
{
color: #251B58;
}
</style>
background-color css
<style>
a { background-color: #251B58; }
a { background-color: rgb(37,27,88); }
div.DivClassName
{
background-color: #251B58;
}
.BgClassName
{
background-color: #251B58;
}
</style>
border-color css
<style>
span { border-color: #251B58; }
span { border-color: rgb(37,27,88); }
td.TdClassName
{
border-color: #251B58;
}
.TagClassName
{
border-color: #251B58;
}
</style>