Shades of Tangaroa #03253C
Tints of Tangaroa #03253C
RGB
CMYK
RGB Variations
Color information
#03253C (or 0x03253C) is known color: Tangaroa. HEX triplet: 03, 25 and 3C. RGB value is (3,37,60). Sum of RGB (Red+Green+Blue) = 3+37+60=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #03253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03253C is #FCDAC3. Grayscale: #1D1D1D. Windows color (decimal): -16571076 or 3941635. OLE color: 3941635.
HSL color Cylindrical-coordinate representation of color #03253C: hue angle of 204.21º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03253C is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 37 | 60 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.76 |
| HSL | 204.21º | 0.9% | 0.12% | - |
| HSV(B) | 204.21º | 0.95% | 0.24% | - |
| XYZ | 1.51 | 1.67 | 4.52 | - |
| YUV | 29.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 60 | 0.95 | 0.38 | 0 | 0.76 | 204.21 | 0.9 | 0.12 |
| Hex | 3 | 25 | 3C | 5F | 26 | 0 | 4C | CC | 5A | C |
| Octal | 3 | 45 | 74 | 137 | 46 | 0 | 114 | 314 | 132 | 14 |
| Binary | 11 | 100101 | 111100 | 1011111 | 100110 | 0 | 1001100 | 11001100 | 1011010 | 1100 |
Color Harmonies of #03253C
Complementary color
Monochromatic Colors of #03253C
Black with #03253C
Text Example
Text Example
White with #03253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03253C; }
p { color: rgb(3,37,60); }
H1.HeaderClassName
{
color: #03253C;
}
.AnyTagClassName
{
color: #03253C;
}
</style>
background-color css
<style>
a { background-color: #03253C; }
a { background-color: rgb(3,37,60); }
div.DivClassName
{
background-color: #03253C;
}
.BgClassName
{
background-color: #03253C;
}
</style>
border-color css
<style>
span { border-color: #03253C; }
span { border-color: rgb(3,37,60); }
td.TdClassName
{
border-color: #03253C;
}
.TagClassName
{
border-color: #03253C;
}
</style>