Shades of Tangaroa #03283A
Tints of Tangaroa #03283A
RGB
CMYK
RGB Variations
Color information
#03283A (or 0x03283A) is known color: Tangaroa. HEX triplet: 03, 28 and 3A. RGB value is (3,40,58). Sum of RGB (Red+Green+Blue) = 3+40+58=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 58 (23.05% from 255 or 57.43% from 101); Max value from RGB is 58 - color contains mainly: blue. Hex color #03283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03283A is #FCD7C5. Grayscale: #1E1E1E. Windows color (decimal): -16570310 or 3811331. OLE color: 3811331.
HSL color Cylindrical-coordinate representation of color #03283A: hue angle of 199.64º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03283A is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 40 | 58 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.77 |
| HSL | 199.64º | 0.9% | 0.12% | - |
| HSV(B) | 199.64º | 0.95% | 0.23% | - |
| XYZ | 1.56 | 1.84 | 4.28 | - |
| YUV | 30.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 58 | 0.95 | 0.31 | 0 | 0.77 | 199.64 | 0.9 | 0.12 |
| Hex | 3 | 28 | 3A | 5F | 1F | 0 | 4D | C8 | 5A | C |
| Octal | 3 | 50 | 72 | 137 | 37 | 0 | 115 | 310 | 132 | 14 |
| Binary | 11 | 101000 | 111010 | 1011111 | 11111 | 0 | 1001101 | 11001000 | 1011010 | 1100 |
Color Harmonies of #03283A
Complementary color
Monochromatic Colors of #03283A
Black with #03283A
Text Example
Text Example
White with #03283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03283A; }
p { color: rgb(3,40,58); }
H1.HeaderClassName
{
color: #03283A;
}
.AnyTagClassName
{
color: #03283A;
}
</style>
background-color css
<style>
a { background-color: #03283A; }
a { background-color: rgb(3,40,58); }
div.DivClassName
{
background-color: #03283A;
}
.BgClassName
{
background-color: #03283A;
}
</style>
border-color css
<style>
span { border-color: #03283A; }
span { border-color: rgb(3,40,58); }
td.TdClassName
{
border-color: #03283A;
}
.TagClassName
{
border-color: #03283A;
}
</style>