Shades of Paua #26254E
Tints of Paua #26254E
RGB
CMYK
RGB Variations
Color information
#26254E (or 0x26254E) is known color: Paua. HEX triplet: 26, 25 and 4E. RGB value is (38,37,78). Sum of RGB (Red+Green+Blue) = 38+37+78=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #26254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26254E is #D9DAB1. Grayscale: #292929. Windows color (decimal): -14277298 or 5121318. OLE color: 5121318.
HSL color Cylindrical-coordinate representation of color #26254E: hue angle of 241.46º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26254E is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 37 | 78 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.69 |
| HSL | 241.46º | 0.36% | 0.23% | - |
| HSV(B) | 241.46º | 0.53% | 0.31% | - |
| XYZ | 2.84 | 2.29 | 7.5 | - |
| YUV | 41.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 78 | 0.51 | 0.53 | 0 | 0.69 | 241.46 | 0.36 | 0.23 |
| Hex | 26 | 25 | 4E | 33 | 35 | 0 | 45 | F1 | 24 | 17 |
| Octal | 46 | 45 | 116 | 63 | 65 | 0 | 105 | 361 | 44 | 27 |
| Binary | 100110 | 100101 | 1001110 | 110011 | 110101 | 0 | 1000101 | 11110001 | 100100 | 10111 |
Color Harmonies of #26254E
Complementary color
Monochromatic Colors of #26254E
Black with #26254E
Text Example
Text Example
White with #26254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26254E; }
p { color: rgb(38,37,78); }
H1.HeaderClassName
{
color: #26254E;
}
.AnyTagClassName
{
color: #26254E;
}
</style>
background-color css
<style>
a { background-color: #26254E; }
a { background-color: rgb(38,37,78); }
div.DivClassName
{
background-color: #26254E;
}
.BgClassName
{
background-color: #26254E;
}
</style>
border-color css
<style>
span { border-color: #26254E; }
span { border-color: rgb(38,37,78); }
td.TdClassName
{
border-color: #26254E;
}
.TagClassName
{
border-color: #26254E;
}
</style>