Shades of Tarawera #263D49
Tints of Tarawera #263D49
RGB
CMYK
RGB Variations
Color information
#263D49 (or 0x263D49) is known color: Tarawera. HEX triplet: 26, 3D and 49. RGB value is (38,61,73). Sum of RGB (Red+Green+Blue) = 38+61+73=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #263D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D49 is #D9C2B6. Grayscale: #373737. Windows color (decimal): -14271159 or 4799782. OLE color: 4799782.
HSL color Cylindrical-coordinate representation of color #263D49: hue angle of 200.57º 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 #263D49 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 61 | 73 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.71 |
| HSL | 200.57º | 0.32% | 0.22% | - |
| HSV(B) | 200.57º | 0.48% | 0.29% | - |
| XYZ | 3.67 | 4.23 | 6.93 | - |
| YUV | 55.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 73 | 0.48 | 0.16 | 0 | 0.71 | 200.57 | 0.32 | 0.22 |
| Hex | 26 | 3D | 49 | 30 | 10 | 0 | 47 | C9 | 20 | 16 |
| Octal | 46 | 75 | 111 | 60 | 20 | 0 | 107 | 311 | 40 | 26 |
| Binary | 100110 | 111101 | 1001001 | 110000 | 10000 | 0 | 1000111 | 11001001 | 100000 | 10110 |
Color Harmonies of #263D49
Complementary color
Monochromatic Colors of #263D49
Black with #263D49
Text Example
Text Example
White with #263D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D49; }
p { color: rgb(38,61,73); }
H1.HeaderClassName
{
color: #263D49;
}
.AnyTagClassName
{
color: #263D49;
}
</style>
background-color css
<style>
a { background-color: #263D49; }
a { background-color: rgb(38,61,73); }
div.DivClassName
{
background-color: #263D49;
}
.BgClassName
{
background-color: #263D49;
}
</style>
border-color css
<style>
span { border-color: #263D49; }
span { border-color: rgb(38,61,73); }
td.TdClassName
{
border-color: #263D49;
}
.TagClassName
{
border-color: #263D49;
}
</style>