Shades of Tangaroa #03283B
Tints of Tangaroa #03283B
RGB
CMYK
RGB Variations
Color information
#03283B (or 0x03283B) is known color: Tangaroa. HEX triplet: 03, 28 and 3B. RGB value is (3,40,59). Sum of RGB (Red+Green+Blue) = 3+40+59=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #03283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03283B is #FCD7C4. Grayscale: #1E1E1E. Windows color (decimal): -16570309 or 3876867. OLE color: 3876867.
HSL color Cylindrical-coordinate representation of color #03283B: hue angle of 200.36º 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 #03283B is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 40 | 59 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.77 |
| HSL | 200.36º | 0.9% | 0.12% | - |
| HSV(B) | 200.36º | 0.95% | 0.23% | - |
| XYZ | 1.59 | 1.85 | 4.41 | - |
| YUV | 31.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 59 | 0.95 | 0.32 | 0 | 0.77 | 200.36 | 0.9 | 0.12 |
| Hex | 3 | 28 | 3B | 5F | 20 | 0 | 4D | C8 | 5A | C |
| Octal | 3 | 50 | 73 | 137 | 40 | 0 | 115 | 310 | 132 | 14 |
| Binary | 11 | 101000 | 111011 | 1011111 | 100000 | 0 | 1001101 | 11001000 | 1011010 | 1100 |
Color Harmonies of #03283B
Complementary color
Monochromatic Colors of #03283B
Black with #03283B
Text Example
Text Example
White with #03283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03283B; }
p { color: rgb(3,40,59); }
H1.HeaderClassName
{
color: #03283B;
}
.AnyTagClassName
{
color: #03283B;
}
</style>
background-color css
<style>
a { background-color: #03283B; }
a { background-color: rgb(3,40,59); }
div.DivClassName
{
background-color: #03283B;
}
.BgClassName
{
background-color: #03283B;
}
</style>
border-color css
<style>
span { border-color: #03283B; }
span { border-color: rgb(3,40,59); }
td.TdClassName
{
border-color: #03283B;
}
.TagClassName
{
border-color: #03283B;
}
</style>