Shades of Tangaroa #03263F
Tints of Tangaroa #03263F
RGB
CMYK
RGB Variations
Color information
#03263F (or 0x03263F) is known color: Tangaroa. HEX triplet: 03, 26 and 3F. RGB value is (3,38,63). Sum of RGB (Red+Green+Blue) = 3+38+63=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #03263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03263F is #FCD9C0. Grayscale: #1E1E1E. Windows color (decimal): -16570817 or 4138499. OLE color: 4138499.
HSL color Cylindrical-coordinate representation of color #03263F: hue angle of 205º 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 #03263F is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 38 | 63 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.75 |
| HSL | 205º | 0.91% | 0.13% | - |
| HSV(B) | 205º | 0.95% | 0.25% | - |
| XYZ | 1.63 | 1.76 | 4.96 | - |
| YUV | 30.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 63 | 0.95 | 0.40 | 0 | 0.75 | 205 | 0.91 | 0.13 |
| Hex | 3 | 26 | 3F | 5F | 28 | 0 | 4B | CD | 5B | D |
| Octal | 3 | 46 | 77 | 137 | 50 | 0 | 113 | 315 | 133 | 15 |
| Binary | 11 | 100110 | 111111 | 1011111 | 101000 | 0 | 1001011 | 11001101 | 1011011 | 1101 |
Color Harmonies of #03263F
Complementary color
Monochromatic Colors of #03263F
Black with #03263F
Text Example
Text Example
White with #03263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03263F; }
p { color: rgb(3,38,63); }
H1.HeaderClassName
{
color: #03263F;
}
.AnyTagClassName
{
color: #03263F;
}
</style>
background-color css
<style>
a { background-color: #03263F; }
a { background-color: rgb(3,38,63); }
div.DivClassName
{
background-color: #03263F;
}
.BgClassName
{
background-color: #03263F;
}
</style>
border-color css
<style>
span { border-color: #03263F; }
span { border-color: rgb(3,38,63); }
td.TdClassName
{
border-color: #03263F;
}
.TagClassName
{
border-color: #03263F;
}
</style>