Shades of Paua #25255B
Tints of Paua #25255B
RGB
CMYK
RGB Variations
Color information
#25255B (or 0x25255B) is known color: Paua. HEX triplet: 25, 25 and 5B. RGB value is (37,37,91). Sum of RGB (Red+Green+Blue) = 37+37+91=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #25255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25255B is #DADAA4. Grayscale: #2A2A2A. Windows color (decimal): -14342821 or 5973285. OLE color: 5973285.
HSL color Cylindrical-coordinate representation of color #25255B: hue angle of 240º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25255B is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 37 | 91 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.64 |
| HSL | 240º | 0.42% | 0.25% | - |
| HSV(B) | 240º | 0.59% | 0.36% | - |
| XYZ | 3.31 | 2.47 | 10.2 | - |
| YUV | 43.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 91 | 0.59 | 0.59 | 0 | 0.64 | 240 | 0.42 | 0.25 |
| Hex | 25 | 25 | 5B | 3B | 3B | 0 | 40 | F0 | 2A | 19 |
| Octal | 45 | 45 | 133 | 73 | 73 | 0 | 100 | 360 | 52 | 31 |
| Binary | 100101 | 100101 | 1011011 | 111011 | 111011 | 0 | 1000000 | 11110000 | 101010 | 11001 |
Color Harmonies of #25255B
Complementary color
Monochromatic Colors of #25255B
Black with #25255B
Text Example
Text Example
White with #25255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25255B; }
p { color: rgb(37,37,91); }
H1.HeaderClassName
{
color: #25255B;
}
.AnyTagClassName
{
color: #25255B;
}
</style>
background-color css
<style>
a { background-color: #25255B; }
a { background-color: rgb(37,37,91); }
div.DivClassName
{
background-color: #25255B;
}
.BgClassName
{
background-color: #25255B;
}
</style>
border-color css
<style>
span { border-color: #25255B; }
span { border-color: rgb(37,37,91); }
td.TdClassName
{
border-color: #25255B;
}
.TagClassName
{
border-color: #25255B;
}
</style>