Shades of Paua #25254B
Tints of Paua #25254B
RGB
CMYK
RGB Variations
Color information
#25254B (or 0x25254B) is known color: Paua. HEX triplet: 25, 25 and 4B. RGB value is (37,37,75). Sum of RGB (Red+Green+Blue) = 37+37+75=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #25254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25254B is #DADAB4. Grayscale: #292929. Windows color (decimal): -14342837 or 4924709. OLE color: 4924709.
HSL color Cylindrical-coordinate representation of color #25254B: hue angle of 240º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25254B is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 37 | 75 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.71 |
| HSL | 240º | 0.34% | 0.22% | - |
| HSV(B) | 240º | 0.51% | 0.29% | - |
| XYZ | 2.69 | 2.22 | 6.94 | - |
| YUV | 41.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 75 | 0.51 | 0.51 | 0 | 0.71 | 240 | 0.34 | 0.22 |
| Hex | 25 | 25 | 4B | 33 | 33 | 0 | 47 | F0 | 22 | 16 |
| Octal | 45 | 45 | 113 | 63 | 63 | 0 | 107 | 360 | 42 | 26 |
| Binary | 100101 | 100101 | 1001011 | 110011 | 110011 | 0 | 1000111 | 11110000 | 100010 | 10110 |
Color Harmonies of #25254B
Complementary color
Monochromatic Colors of #25254B
Black with #25254B
Text Example
Text Example
White with #25254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25254B; }
p { color: rgb(37,37,75); }
H1.HeaderClassName
{
color: #25254B;
}
.AnyTagClassName
{
color: #25254B;
}
</style>
background-color css
<style>
a { background-color: #25254B; }
a { background-color: rgb(37,37,75); }
div.DivClassName
{
background-color: #25254B;
}
.BgClassName
{
background-color: #25254B;
}
</style>
border-color css
<style>
span { border-color: #25254B; }
span { border-color: rgb(37,37,75); }
td.TdClassName
{
border-color: #25254B;
}
.TagClassName
{
border-color: #25254B;
}
</style>