Shades of Paua #251B55
Tints of Paua #251B55
RGB
CMYK
RGB Variations
Color information
#251B55 (or 0x251B55) is known color: Paua. HEX triplet: 25, 1B and 55. RGB value is (37,27,85). Sum of RGB (Red+Green+Blue) = 37+27+85=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #251B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251B55 is #DAE4AA. Grayscale: #242424. Windows color (decimal): -14345387 or 5577509. OLE color: 5577509.
HSL color Cylindrical-coordinate representation of color #251B55: hue angle of 250.34º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251B55 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 27 | 85 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.67 |
| HSL | 250.34º | 0.52% | 0.22% | - |
| HSV(B) | 250.34º | 0.68% | 0.33% | - |
| XYZ | 2.79 | 1.83 | 8.8 | - |
| YUV | 36.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 85 | 0.56 | 0.68 | 0 | 0.67 | 250.34 | 0.52 | 0.22 |
| Hex | 25 | 1B | 55 | 38 | 44 | 0 | 43 | FA | 34 | 16 |
| Octal | 45 | 33 | 125 | 70 | 104 | 0 | 103 | 372 | 64 | 26 |
| Binary | 100101 | 11011 | 1010101 | 111000 | 1000100 | 0 | 1000011 | 11111010 | 110100 | 10110 |
Color Harmonies of #251B55
Complementary color
Monochromatic Colors of #251B55
Black with #251B55
Text Example
Text Example
White with #251B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B55; }
p { color: rgb(37,27,85); }
H1.HeaderClassName
{
color: #251B55;
}
.AnyTagClassName
{
color: #251B55;
}
</style>
background-color css
<style>
a { background-color: #251B55; }
a { background-color: rgb(37,27,85); }
div.DivClassName
{
background-color: #251B55;
}
.BgClassName
{
background-color: #251B55;
}
</style>
border-color css
<style>
span { border-color: #251B55; }
span { border-color: rgb(37,27,85); }
td.TdClassName
{
border-color: #251B55;
}
.TagClassName
{
border-color: #251B55;
}
</style>