Shades of Tangaroa #03243A
Tints of Tangaroa #03243A
RGB
CMYK
RGB Variations
Color information
#03243A (or 0x03243A) is known color: Tangaroa. HEX triplet: 03, 24 and 3A. RGB value is (3,36,58). Sum of RGB (Red+Green+Blue) = 3+36+58=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #03243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03243A is #FCDBC5. Grayscale: #1C1C1C. Windows color (decimal): -16571334 or 3810307. OLE color: 3810307.
HSL color Cylindrical-coordinate representation of color #03243A: hue angle of 204º 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 #03243A is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 36 | 58 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.77 |
| HSL | 204º | 0.9% | 0.12% | - |
| HSV(B) | 204º | 0.95% | 0.23% | - |
| XYZ | 1.43 | 1.59 | 4.23 | - |
| YUV | 28.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 58 | 0.95 | 0.38 | 0 | 0.77 | 204 | 0.9 | 0.12 |
| Hex | 3 | 24 | 3A | 5F | 26 | 0 | 4D | CC | 5A | C |
| Octal | 3 | 44 | 72 | 137 | 46 | 0 | 115 | 314 | 132 | 14 |
| Binary | 11 | 100100 | 111010 | 1011111 | 100110 | 0 | 1001101 | 11001100 | 1011010 | 1100 |
Color Harmonies of #03243A
Complementary color
Monochromatic Colors of #03243A
Black with #03243A
Text Example
Text Example
White with #03243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03243A; }
p { color: rgb(3,36,58); }
H1.HeaderClassName
{
color: #03243A;
}
.AnyTagClassName
{
color: #03243A;
}
</style>
background-color css
<style>
a { background-color: #03243A; }
a { background-color: rgb(3,36,58); }
div.DivClassName
{
background-color: #03243A;
}
.BgClassName
{
background-color: #03243A;
}
</style>
border-color css
<style>
span { border-color: #03243A; }
span { border-color: rgb(3,36,58); }
td.TdClassName
{
border-color: #03243A;
}
.TagClassName
{
border-color: #03243A;
}
</style>