Shades of Tarawera #263B42
Tints of Tarawera #263B42
RGB
CMYK
RGB Variations
Color information
#263B42 (or 0x263B42) is known color: Tarawera. HEX triplet: 26, 3B and 42. RGB value is (38,59,66). Sum of RGB (Red+Green+Blue) = 38+59+66=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #263B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B42 is #D9C4BD. Grayscale: #353535. Windows color (decimal): -14271678 or 4340518. OLE color: 4340518.
HSL color Cylindrical-coordinate representation of color #263B42: hue angle of 195º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263B42 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 59 | 66 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.74 |
| HSL | 195º | 0.27% | 0.2% | - |
| HSV(B) | 195º | 0.42% | 0.26% | - |
| XYZ | 3.35 | 3.93 | 5.74 | - |
| YUV | 53.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 66 | 0.42 | 0.11 | 0 | 0.74 | 195 | 0.27 | 0.2 |
| Hex | 26 | 3B | 42 | 2A | B | 0 | 4A | C3 | 1B | 14 |
| Octal | 46 | 73 | 102 | 52 | 13 | 0 | 112 | 303 | 33 | 24 |
| Binary | 100110 | 111011 | 1000010 | 101010 | 1011 | 0 | 1001010 | 11000011 | 11011 | 10100 |
Color Harmonies of #263B42
Complementary color
Monochromatic Colors of #263B42
Black with #263B42
Text Example
Text Example
White with #263B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B42; }
p { color: rgb(38,59,66); }
H1.HeaderClassName
{
color: #263B42;
}
.AnyTagClassName
{
color: #263B42;
}
</style>
background-color css
<style>
a { background-color: #263B42; }
a { background-color: rgb(38,59,66); }
div.DivClassName
{
background-color: #263B42;
}
.BgClassName
{
background-color: #263B42;
}
</style>
border-color css
<style>
span { border-color: #263B42; }
span { border-color: rgb(38,59,66); }
td.TdClassName
{
border-color: #263B42;
}
.TagClassName
{
border-color: #263B42;
}
</style>