Shades of Tangaroa #03223D
Tints of Tangaroa #03223D
RGB
CMYK
RGB Variations
Color information
#03223D (or 0x03223D) is known color: Tangaroa. HEX triplet: 03, 22 and 3D. RGB value is (3,34,61). Sum of RGB (Red+Green+Blue) = 3+34+61=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #03223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03223D is #FCDDC2. Grayscale: #1B1B1B. Windows color (decimal): -16571843 or 4006403. OLE color: 4006403.
HSL color Cylindrical-coordinate representation of color #03223D: hue angle of 207.93º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03223D is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 34 | 61 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.76 |
| HSL | 207.93º | 0.91% | 0.13% | - |
| HSV(B) | 207.93º | 0.95% | 0.24% | - |
| XYZ | 1.45 | 1.5 | 4.63 | - |
| YUV | 27.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 61 | 0.95 | 0.44 | 0 | 0.76 | 207.93 | 0.91 | 0.13 |
| Hex | 3 | 22 | 3D | 5F | 2C | 0 | 4C | D0 | 5B | D |
| Octal | 3 | 42 | 75 | 137 | 54 | 0 | 114 | 320 | 133 | 15 |
| Binary | 11 | 100010 | 111101 | 1011111 | 101100 | 0 | 1001100 | 11010000 | 1011011 | 1101 |
Color Harmonies of #03223D
Complementary color
Monochromatic Colors of #03223D
Black with #03223D
Text Example
Text Example
White with #03223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03223D; }
p { color: rgb(3,34,61); }
H1.HeaderClassName
{
color: #03223D;
}
.AnyTagClassName
{
color: #03223D;
}
</style>
background-color css
<style>
a { background-color: #03223D; }
a { background-color: rgb(3,34,61); }
div.DivClassName
{
background-color: #03223D;
}
.BgClassName
{
background-color: #03223D;
}
</style>
border-color css
<style>
span { border-color: #03223D; }
span { border-color: rgb(3,34,61); }
td.TdClassName
{
border-color: #03223D;
}
.TagClassName
{
border-color: #03223D;
}
</style>