Shades of Tangaroa #03203F
Tints of Tangaroa #03203F
RGB
CMYK
RGB Variations
Color information
#03203F (or 0x03203F) is known color: Tangaroa. HEX triplet: 03, 20 and 3F. RGB value is (3,32,63). Sum of RGB (Red+Green+Blue) = 3+32+63=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #03203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03203F is #FCDFC0. Grayscale: #1A1A1A. Windows color (decimal): -16572353 or 4136963. OLE color: 4136963.
HSL color Cylindrical-coordinate representation of color #03203F: hue angle of 211º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03203F is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 32 | 63 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.75 |
| HSL | 211º | 0.91% | 0.13% | - |
| HSV(B) | 211º | 0.95% | 0.25% | - |
| XYZ | 1.45 | 1.41 | 4.9 | - |
| YUV | 26.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 63 | 0.95 | 0.49 | 0 | 0.75 | 211 | 0.91 | 0.13 |
| Hex | 3 | 20 | 3F | 5F | 31 | 0 | 4B | D3 | 5B | D |
| Octal | 3 | 40 | 77 | 137 | 61 | 0 | 113 | 323 | 133 | 15 |
| Binary | 11 | 100000 | 111111 | 1011111 | 110001 | 0 | 1001011 | 11010011 | 1011011 | 1101 |
Color Harmonies of #03203F
Complementary color
Monochromatic Colors of #03203F
Black with #03203F
Text Example
Text Example
White with #03203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03203F; }
p { color: rgb(3,32,63); }
H1.HeaderClassName
{
color: #03203F;
}
.AnyTagClassName
{
color: #03203F;
}
</style>
background-color css
<style>
a { background-color: #03203F; }
a { background-color: rgb(3,32,63); }
div.DivClassName
{
background-color: #03203F;
}
.BgClassName
{
background-color: #03203F;
}
</style>
border-color css
<style>
span { border-color: #03203F; }
span { border-color: rgb(3,32,63); }
td.TdClassName
{
border-color: #03203F;
}
.TagClassName
{
border-color: #03203F;
}
</style>