Shades of Paua #26245B
Tints of Paua #26245B
RGB
CMYK
RGB Variations
Color information
#26245B (or 0x26245B) is known color: Paua. HEX triplet: 26, 24 and 5B. RGB value is (38,36,91). Sum of RGB (Red+Green+Blue) = 38+36+91=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 36 (14.45% from 255 or 21.82% 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 #26245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26245B is #D9DBA4. Grayscale: #2A2A2A. Windows color (decimal): -14277541 or 5973030. OLE color: 5973030.
HSL color Cylindrical-coordinate representation of color #26245B: hue angle of 242.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26245B is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 36 | 91 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.64 |
| HSL | 242.18º | 0.43% | 0.25% | - |
| HSV(B) | 242.18º | 0.6% | 0.36% | - |
| XYZ | 3.32 | 2.43 | 10.19 | - |
| YUV | 42.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 91 | 0.58 | 0.60 | 0 | 0.64 | 242.18 | 0.43 | 0.25 |
| Hex | 26 | 24 | 5B | 3A | 3C | 0 | 40 | F2 | 2B | 19 |
| Octal | 46 | 44 | 133 | 72 | 74 | 0 | 100 | 362 | 53 | 31 |
| Binary | 100110 | 100100 | 1011011 | 111010 | 111100 | 0 | 1000000 | 11110010 | 101011 | 11001 |
Color Harmonies of #26245B
Complementary color
Monochromatic Colors of #26245B
Black with #26245B
Text Example
Text Example
White with #26245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26245B; }
p { color: rgb(38,36,91); }
H1.HeaderClassName
{
color: #26245B;
}
.AnyTagClassName
{
color: #26245B;
}
</style>
background-color css
<style>
a { background-color: #26245B; }
a { background-color: rgb(38,36,91); }
div.DivClassName
{
background-color: #26245B;
}
.BgClassName
{
background-color: #26245B;
}
</style>
border-color css
<style>
span { border-color: #26245B; }
span { border-color: rgb(38,36,91); }
td.TdClassName
{
border-color: #26245B;
}
.TagClassName
{
border-color: #26245B;
}
</style>