Shades of Paua #261E53
Tints of Paua #261E53
RGB
CMYK
RGB Variations
Color information
#261E53 (or 0x261E53) is known color: Paua. HEX triplet: 26, 1E and 53. RGB value is (38,30,83). Sum of RGB (Red+Green+Blue) = 38+30+83=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #261E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261E53 is #D9E1AC. Grayscale: #262626. Windows color (decimal): -14279085 or 5447206. OLE color: 5447206.
HSL color Cylindrical-coordinate representation of color #261E53: hue angle of 249.06º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #261E53 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 30 | 83 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.67 |
| HSL | 249.06º | 0.47% | 0.22% | - |
| HSV(B) | 249.06º | 0.64% | 0.33% | - |
| XYZ | 2.82 | 1.97 | 8.41 | - |
| YUV | 38.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 83 | 0.54 | 0.64 | 0 | 0.67 | 249.06 | 0.47 | 0.22 |
| Hex | 26 | 1E | 53 | 36 | 40 | 0 | 43 | F9 | 2F | 16 |
| Octal | 46 | 36 | 123 | 66 | 100 | 0 | 103 | 371 | 57 | 26 |
| Binary | 100110 | 11110 | 1010011 | 110110 | 1000000 | 0 | 1000011 | 11111001 | 101111 | 10110 |
Color Harmonies of #261E53
Complementary color
Monochromatic Colors of #261E53
Black with #261E53
Text Example
Text Example
White with #261E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E53; }
p { color: rgb(38,30,83); }
H1.HeaderClassName
{
color: #261E53;
}
.AnyTagClassName
{
color: #261E53;
}
</style>
background-color css
<style>
a { background-color: #261E53; }
a { background-color: rgb(38,30,83); }
div.DivClassName
{
background-color: #261E53;
}
.BgClassName
{
background-color: #261E53;
}
</style>
border-color css
<style>
span { border-color: #261E53; }
span { border-color: rgb(38,30,83); }
td.TdClassName
{
border-color: #261E53;
}
.TagClassName
{
border-color: #261E53;
}
</style>