Shades of Tangaroa #032A3D
Tints of Tangaroa #032A3D
RGB
CMYK
RGB Variations
Color information
#032A3D (or 0x032A3D) is known color: Tangaroa. HEX triplet: 03, 2A and 3D. RGB value is (3,42,61). Sum of RGB (Red+Green+Blue) = 3+42+61=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #032A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A3D is #FCD5C2. Grayscale: #202020. Windows color (decimal): -16569795 or 4008451. OLE color: 4008451.
HSL color Cylindrical-coordinate representation of color #032A3D: hue angle of 199.66º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032A3D is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 3 | 42 | 61 | - |
CMYK | 0.95 | 0.31 | 0 | 0.76 |
HSL | 199.66º | 0.91% | 0.13% | - |
HSV(B) | 199.66º | 0.95% | 0.24% | - |
XYZ | 1.71 | 2.01 | 4.71 | - |
YUV | 32.51 | 144.08 | 106.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 42 | 61 | 0.95 | 0.31 | 0 | 0.76 | 199.66 | 0.91 | 0.13 |
Hex | 3 | 2A | 3D | 5F | 1F | 0 | 4C | C8 | 5B | D |
Octal | 3 | 52 | 75 | 137 | 37 | 0 | 114 | 310 | 133 | 15 |
Binary | 11 | 101010 | 111101 | 1011111 | 11111 | 0 | 1001100 | 11001000 | 1011011 | 1101 |
Color Harmonies of #032A3D
Complementary color
Monochromatic Colors of #032A3D
Black with #032A3D
Text Example
Text Example
White with #032A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A3D; }
p { color: rgb(3,42,61); }
H1.HeaderClassName
{
color: #032A3D;
}
.AnyTagClassName
{
color: #032A3D;
}
</style>
background-color css
<style>
a { background-color: #032A3D; }
a { background-color: rgb(3,42,61); }
div.DivClassName
{
background-color: #032A3D;
}
.BgClassName
{
background-color: #032A3D;
}
</style>
border-color css
<style>
span { border-color: #032A3D; }
span { border-color: rgb(3,42,61); }
td.TdClassName
{
border-color: #032A3D;
}
.TagClassName
{
border-color: #032A3D;
}
</style>