Shades of Paua #251F5D
Tints of Paua #251F5D
RGB
CMYK
RGB Variations
Color information
#251F5D (or 0x251F5D) is known color: Paua. HEX triplet: 25, 1F and 5D. RGB value is (37,31,93). Sum of RGB (Red+Green+Blue) = 37+31+93=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #251F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F5D is #DAE0A2. Grayscale: #272727. Windows color (decimal): -14344355 or 6102821. OLE color: 6102821.
HSL color Cylindrical-coordinate representation of color #251F5D: hue angle of 245.81º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251F5D is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 31 | 93 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.64 |
| HSL | 245.81º | 0.5% | 0.24% | - |
| HSV(B) | 245.81º | 0.67% | 0.36% | - |
| XYZ | 3.23 | 2.16 | 10.6 | - |
| YUV | 39.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 93 | 0.60 | 0.67 | 0 | 0.64 | 245.81 | 0.5 | 0.24 |
| Hex | 25 | 1F | 5D | 3C | 43 | 0 | 40 | F6 | 32 | 18 |
| Octal | 45 | 37 | 135 | 74 | 103 | 0 | 100 | 366 | 62 | 30 |
| Binary | 100101 | 11111 | 1011101 | 111100 | 1000011 | 0 | 1000000 | 11110110 | 110010 | 11000 |
Color Harmonies of #251F5D
Complementary color
Monochromatic Colors of #251F5D
Black with #251F5D
Text Example
Text Example
White with #251F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F5D; }
p { color: rgb(37,31,93); }
H1.HeaderClassName
{
color: #251F5D;
}
.AnyTagClassName
{
color: #251F5D;
}
</style>
background-color css
<style>
a { background-color: #251F5D; }
a { background-color: rgb(37,31,93); }
div.DivClassName
{
background-color: #251F5D;
}
.BgClassName
{
background-color: #251F5D;
}
</style>
border-color css
<style>
span { border-color: #251F5D; }
span { border-color: rgb(37,31,93); }
td.TdClassName
{
border-color: #251F5D;
}
.TagClassName
{
border-color: #251F5D;
}
</style>