Shades of Tarawera #263C45
Tints of Tarawera #263C45
RGB
CMYK
RGB Variations
Color information
#263C45 (or 0x263C45) is known color: Tarawera. HEX triplet: 26, 3C and 45. RGB value is (38,60,69). Sum of RGB (Red+Green+Blue) = 38+60+69=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: blue. Hex color #263C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C45 is #D9C3BA. Grayscale: #363636. Windows color (decimal): -14271419 or 4537382. OLE color: 4537382.
HSL color Cylindrical-coordinate representation of color #263C45: hue angle of 197.42º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #263C45 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 60 | 69 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.73 |
| HSL | 197.42º | 0.29% | 0.21% | - |
| HSV(B) | 197.42º | 0.45% | 0.27% | - |
| XYZ | 3.49 | 4.07 | 6.23 | - |
| YUV | 54.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 69 | 0.45 | 0.13 | 0 | 0.73 | 197.42 | 0.29 | 0.21 |
| Hex | 26 | 3C | 45 | 2D | D | 0 | 49 | C5 | 1D | 15 |
| Octal | 46 | 74 | 105 | 55 | 15 | 0 | 111 | 305 | 35 | 25 |
| Binary | 100110 | 111100 | 1000101 | 101101 | 1101 | 0 | 1001001 | 11000101 | 11101 | 10101 |
Color Harmonies of #263C45
Complementary color
Monochromatic Colors of #263C45
Black with #263C45
Text Example
Text Example
White with #263C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C45; }
p { color: rgb(38,60,69); }
H1.HeaderClassName
{
color: #263C45;
}
.AnyTagClassName
{
color: #263C45;
}
</style>
background-color css
<style>
a { background-color: #263C45; }
a { background-color: rgb(38,60,69); }
div.DivClassName
{
background-color: #263C45;
}
.BgClassName
{
background-color: #263C45;
}
</style>
border-color css
<style>
span { border-color: #263C45; }
span { border-color: rgb(38,60,69); }
td.TdClassName
{
border-color: #263C45;
}
.TagClassName
{
border-color: #263C45;
}
</style>