Shades of Tangaroa #082B3C
Tints of Tangaroa #082B3C
RGB
CMYK
RGB Variations
Color information
#082B3C (or 0x082B3C) is known color: Tangaroa. HEX triplet: 08, 2B and 3C. RGB value is (8,43,60). Sum of RGB (Red+Green+Blue) = 8+43+60=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #082B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B3C is #F7D4C3. Grayscale: #222222. Windows color (decimal): -16241860 or 3943176. OLE color: 3943176.
HSL color Cylindrical-coordinate representation of color #082B3C: hue angle of 199.62º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #082B3C is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 43 | 60 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.76 |
| HSL | 199.62º | 0.76% | 0.13% | - |
| HSV(B) | 199.62º | 0.87% | 0.24% | - |
| XYZ | 1.78 | 2.11 | 4.59 | - |
| YUV | 34.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 60 | 0.87 | 0.28 | 0 | 0.76 | 199.62 | 0.76 | 0.13 |
| Hex | 8 | 2B | 3C | 57 | 1C | 0 | 4C | C8 | 4C | D |
| Octal | 10 | 53 | 74 | 127 | 34 | 0 | 114 | 310 | 114 | 15 |
| Binary | 1000 | 101011 | 111100 | 1010111 | 11100 | 0 | 1001100 | 11001000 | 1001100 | 1101 |
Color Harmonies of #082B3C
Complementary color
Monochromatic Colors of #082B3C
Black with #082B3C
Text Example
Text Example
White with #082B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B3C; }
p { color: rgb(8,43,60); }
H1.HeaderClassName
{
color: #082B3C;
}
.AnyTagClassName
{
color: #082B3C;
}
</style>
background-color css
<style>
a { background-color: #082B3C; }
a { background-color: rgb(8,43,60); }
div.DivClassName
{
background-color: #082B3C;
}
.BgClassName
{
background-color: #082B3C;
}
</style>
border-color css
<style>
span { border-color: #082B3C; }
span { border-color: rgb(8,43,60); }
td.TdClassName
{
border-color: #082B3C;
}
.TagClassName
{
border-color: #082B3C;
}
</style>