Shades of Paua #262145
Tints of Paua #262145
RGB
CMYK
RGB Variations
Color information
#262145 (or 0x262145) is known color: Paua. HEX triplet: 26, 21 and 45. RGB value is (38,33,69). Sum of RGB (Red+Green+Blue) = 38+33+69=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #262145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262145 is #D9DEBA. Grayscale: #262626. Windows color (decimal): -14278331 or 4530470. OLE color: 4530470.
HSL color Cylindrical-coordinate representation of color #262145: hue angle of 248.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #262145 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 33 | 69 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.73 |
| HSL | 248.33º | 0.35% | 0.2% | - |
| HSV(B) | 248.33º | 0.52% | 0.27% | - |
| XYZ | 2.42 | 1.93 | 5.88 | - |
| YUV | 38.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 69 | 0.45 | 0.52 | 0 | 0.73 | 248.33 | 0.35 | 0.2 |
| Hex | 26 | 21 | 45 | 2D | 34 | 0 | 49 | F8 | 23 | 14 |
| Octal | 46 | 41 | 105 | 55 | 64 | 0 | 111 | 370 | 43 | 24 |
| Binary | 100110 | 100001 | 1000101 | 101101 | 110100 | 0 | 1001001 | 11111000 | 100011 | 10100 |
Color Harmonies of #262145
Complementary color
Monochromatic Colors of #262145
Black with #262145
Text Example
Text Example
White with #262145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262145; }
p { color: rgb(38,33,69); }
H1.HeaderClassName
{
color: #262145;
}
.AnyTagClassName
{
color: #262145;
}
</style>
background-color css
<style>
a { background-color: #262145; }
a { background-color: rgb(38,33,69); }
div.DivClassName
{
background-color: #262145;
}
.BgClassName
{
background-color: #262145;
}
</style>
border-color css
<style>
span { border-color: #262145; }
span { border-color: rgb(38,33,69); }
td.TdClassName
{
border-color: #262145;
}
.TagClassName
{
border-color: #262145;
}
</style>