Shades of Tangaroa #03203D
Tints of Tangaroa #03203D
RGB
CMYK
RGB Variations
Color information
#03203D (or 0x03203D) is known color: Tangaroa. HEX triplet: 03, 20 and 3D. RGB value is (3,32,61). Sum of RGB (Red+Green+Blue) = 3+32+61=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #03203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03203D is #FCDFC2. Grayscale: #1A1A1A. Windows color (decimal): -16572355 or 4005891. OLE color: 4005891.
HSL color Cylindrical-coordinate representation of color #03203D: hue angle of 210º 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 #03203D is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 32 | 61 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.76 |
| HSL | 210º | 0.91% | 0.13% | - |
| HSV(B) | 210º | 0.95% | 0.24% | - |
| XYZ | 1.4 | 1.39 | 4.61 | - |
| YUV | 26.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 61 | 0.95 | 0.48 | 0 | 0.76 | 210 | 0.91 | 0.13 |
| Hex | 3 | 20 | 3D | 5F | 30 | 0 | 4C | D2 | 5B | D |
| Octal | 3 | 40 | 75 | 137 | 60 | 0 | 114 | 322 | 133 | 15 |
| Binary | 11 | 100000 | 111101 | 1011111 | 110000 | 0 | 1001100 | 11010010 | 1011011 | 1101 |
Color Harmonies of #03203D
Complementary color
Monochromatic Colors of #03203D
Black with #03203D
Text Example
Text Example
White with #03203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03203D; }
p { color: rgb(3,32,61); }
H1.HeaderClassName
{
color: #03203D;
}
.AnyTagClassName
{
color: #03203D;
}
</style>
background-color css
<style>
a { background-color: #03203D; }
a { background-color: rgb(3,32,61); }
div.DivClassName
{
background-color: #03203D;
}
.BgClassName
{
background-color: #03203D;
}
</style>
border-color css
<style>
span { border-color: #03203D; }
span { border-color: rgb(3,32,61); }
td.TdClassName
{
border-color: #03203D;
}
.TagClassName
{
border-color: #03203D;
}
</style>