Shades of Tangaroa #032243
Tints of Tangaroa #032243
RGB
CMYK
RGB Variations
Color information
#032243 (or 0x032243) is known color: Tangaroa. HEX triplet: 03, 22 and 43. RGB value is (3,34,67). Sum of RGB (Red+Green+Blue) = 3+34+67=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #032243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032243 is #FCDDBC. Grayscale: #1C1C1C. Windows color (decimal): -16571837 or 4399619. OLE color: 4399619.
HSL color Cylindrical-coordinate representation of color #032243: hue angle of 210.94º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032243 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 34 | 67 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.74 |
| HSL | 210.94º | 0.91% | 0.14% | - |
| HSV(B) | 210.94º | 0.96% | 0.26% | - |
| XYZ | 1.62 | 1.57 | 5.53 | - |
| YUV | 28.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 67 | 0.96 | 0.49 | 0 | 0.74 | 210.94 | 0.91 | 0.14 |
| Hex | 3 | 22 | 43 | 60 | 31 | 0 | 4A | D3 | 5B | E |
| Octal | 3 | 42 | 103 | 140 | 61 | 0 | 112 | 323 | 133 | 16 |
| Binary | 11 | 100010 | 1000011 | 1100000 | 110001 | 0 | 1001010 | 11010011 | 1011011 | 1110 |
Color Harmonies of #032243
Complementary color
Monochromatic Colors of #032243
Black with #032243
Text Example
Text Example
White with #032243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032243; }
p { color: rgb(3,34,67); }
H1.HeaderClassName
{
color: #032243;
}
.AnyTagClassName
{
color: #032243;
}
</style>
background-color css
<style>
a { background-color: #032243; }
a { background-color: rgb(3,34,67); }
div.DivClassName
{
background-color: #032243;
}
.BgClassName
{
background-color: #032243;
}
</style>
border-color css
<style>
span { border-color: #032243; }
span { border-color: rgb(3,34,67); }
td.TdClassName
{
border-color: #032243;
}
.TagClassName
{
border-color: #032243;
}
</style>