Shades of Tarawera #263C47
Tints of Tarawera #263C47
RGB
CMYK
RGB Variations
Color information
#263C47 (or 0x263C47) is known color: Tarawera. HEX triplet: 26, 3C and 47. RGB value is (38,60,71). Sum of RGB (Red+Green+Blue) = 38+60+71=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #263C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C47 is #D9C3B8. Grayscale: #363636. Windows color (decimal): -14271417 or 4668454. OLE color: 4668454.
HSL color Cylindrical-coordinate representation of color #263C47: hue angle of 200º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #263C47 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 60 | 71 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.72 |
| HSL | 200º | 0.3% | 0.21% | - |
| HSV(B) | 200º | 0.46% | 0.28% | - |
| XYZ | 3.55 | 4.1 | 6.57 | - |
| YUV | 54.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 71 | 0.46 | 0.15 | 0 | 0.72 | 200 | 0.3 | 0.21 |
| Hex | 26 | 3C | 47 | 2E | F | 0 | 48 | C8 | 1E | 15 |
| Octal | 46 | 74 | 107 | 56 | 17 | 0 | 110 | 310 | 36 | 25 |
| Binary | 100110 | 111100 | 1000111 | 101110 | 1111 | 0 | 1001000 | 11001000 | 11110 | 10101 |
Color Harmonies of #263C47
Complementary color
Monochromatic Colors of #263C47
Black with #263C47
Text Example
Text Example
White with #263C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C47; }
p { color: rgb(38,60,71); }
H1.HeaderClassName
{
color: #263C47;
}
.AnyTagClassName
{
color: #263C47;
}
</style>
background-color css
<style>
a { background-color: #263C47; }
a { background-color: rgb(38,60,71); }
div.DivClassName
{
background-color: #263C47;
}
.BgClassName
{
background-color: #263C47;
}
</style>
border-color css
<style>
span { border-color: #263C47; }
span { border-color: rgb(38,60,71); }
td.TdClassName
{
border-color: #263C47;
}
.TagClassName
{
border-color: #263C47;
}
</style>