Shades of Tarawera #263D43
Tints of Tarawera #263D43
RGB
CMYK
RGB Variations
Color information
#263D43 (or 0x263D43) is known color: Tarawera. HEX triplet: 26, 3D and 43. RGB value is (38,61,67). Sum of RGB (Red+Green+Blue) = 38+61+67=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 67 - color contains mainly: blue. Hex color #263D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D43 is #D9C2BC. Grayscale: #363636. Windows color (decimal): -14271165 or 4406566. OLE color: 4406566.
HSL color Cylindrical-coordinate representation of color #263D43: hue angle of 192.41º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #263D43 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 61 | 67 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.74 |
| HSL | 192.41º | 0.28% | 0.21% | - |
| HSV(B) | 192.41º | 0.43% | 0.26% | - |
| XYZ | 3.48 | 4.15 | 5.93 | - |
| YUV | 54.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 67 | 0.43 | 0.09 | 0 | 0.74 | 192.41 | 0.28 | 0.21 |
| Hex | 26 | 3D | 43 | 2B | 9 | 0 | 4A | C0 | 1C | 15 |
| Octal | 46 | 75 | 103 | 53 | 11 | 0 | 112 | 300 | 34 | 25 |
| Binary | 100110 | 111101 | 1000011 | 101011 | 1001 | 0 | 1001010 | 11000000 | 11100 | 10101 |
Color Harmonies of #263D43
Complementary color
Monochromatic Colors of #263D43
Black with #263D43
Text Example
Text Example
White with #263D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D43; }
p { color: rgb(38,61,67); }
H1.HeaderClassName
{
color: #263D43;
}
.AnyTagClassName
{
color: #263D43;
}
</style>
background-color css
<style>
a { background-color: #263D43; }
a { background-color: rgb(38,61,67); }
div.DivClassName
{
background-color: #263D43;
}
.BgClassName
{
background-color: #263D43;
}
</style>
border-color css
<style>
span { border-color: #263D43; }
span { border-color: rgb(38,61,67); }
td.TdClassName
{
border-color: #263D43;
}
.TagClassName
{
border-color: #263D43;
}
</style>