Shades of Tangaroa #263139
Tints of Tangaroa #263139
RGB
CMYK
RGB Variations
Color information
#263139 (or 0x263139) is known color: Tangaroa. HEX triplet: 26, 31 and 39. RGB value is (38,49,57). Sum of RGB (Red+Green+Blue) = 38+49+57=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #263139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263139 is #D9CEC6. Grayscale: #2E2E2E. Windows color (decimal): -14274247 or 3748134. OLE color: 3748134.
HSL color Cylindrical-coordinate representation of color #263139: hue angle of 205.26º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #263139 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 49 | 57 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.78 |
| HSL | 205.26º | 0.2% | 0.19% | - |
| HSV(B) | 205.26º | 0.33% | 0.22% | - |
| XYZ | 2.64 | 2.9 | 4.29 | - |
| YUV | 46.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 57 | 0.33 | 0.14 | 0 | 0.78 | 205.26 | 0.2 | 0.19 |
| Hex | 26 | 31 | 39 | 21 | E | 0 | 4E | CD | 14 | 13 |
| Octal | 46 | 61 | 71 | 41 | 16 | 0 | 116 | 315 | 24 | 23 |
| Binary | 100110 | 110001 | 111001 | 100001 | 1110 | 0 | 1001110 | 11001101 | 10100 | 10011 |
Color Harmonies of #263139
Complementary color
Monochromatic Colors of #263139
Black with #263139
Text Example
Text Example
White with #263139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263139; }
p { color: rgb(38,49,57); }
H1.HeaderClassName
{
color: #263139;
}
.AnyTagClassName
{
color: #263139;
}
</style>
background-color css
<style>
a { background-color: #263139; }
a { background-color: rgb(38,49,57); }
div.DivClassName
{
background-color: #263139;
}
.BgClassName
{
background-color: #263139;
}
</style>
border-color css
<style>
span { border-color: #263139; }
span { border-color: rgb(38,49,57); }
td.TdClassName
{
border-color: #263139;
}
.TagClassName
{
border-color: #263139;
}
</style>