Shades of Tarawera #263A49
Tints of Tarawera #263A49
RGB
CMYK
RGB Variations
Color information
#263A49 (or 0x263A49) is known color: Tarawera. HEX triplet: 26, 3A and 49. RGB value is (38,58,73). Sum of RGB (Red+Green+Blue) = 38+58+73=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #263A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A49 is #D9C5B6. Grayscale: #353535. Windows color (decimal): -14271927 or 4799014. OLE color: 4799014.
HSL color Cylindrical-coordinate representation of color #263A49: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #263A49 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 58 | 73 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.71 |
| HSL | 205.71º | 0.32% | 0.22% | - |
| HSV(B) | 205.71º | 0.48% | 0.29% | - |
| XYZ | 3.51 | 3.92 | 6.87 | - |
| YUV | 53.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 73 | 0.48 | 0.21 | 0 | 0.71 | 205.71 | 0.32 | 0.22 |
| Hex | 26 | 3A | 49 | 30 | 15 | 0 | 47 | CE | 20 | 16 |
| Octal | 46 | 72 | 111 | 60 | 25 | 0 | 107 | 316 | 40 | 26 |
| Binary | 100110 | 111010 | 1001001 | 110000 | 10101 | 0 | 1000111 | 11001110 | 100000 | 10110 |
Color Harmonies of #263A49
Complementary color
Monochromatic Colors of #263A49
Black with #263A49
Text Example
Text Example
White with #263A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A49; }
p { color: rgb(38,58,73); }
H1.HeaderClassName
{
color: #263A49;
}
.AnyTagClassName
{
color: #263A49;
}
</style>
background-color css
<style>
a { background-color: #263A49; }
a { background-color: rgb(38,58,73); }
div.DivClassName
{
background-color: #263A49;
}
.BgClassName
{
background-color: #263A49;
}
</style>
border-color css
<style>
span { border-color: #263A49; }
span { border-color: rgb(38,58,73); }
td.TdClassName
{
border-color: #263A49;
}
.TagClassName
{
border-color: #263A49;
}
</style>