#03213A

Color #03213A Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #03213A

Tints of Tangaroa #03213A

Color information

#03213A (or 0x03213A) is unknown color: approx Tangaroa. HEX triplet: 03, 21 and 3A. RGB value is (3,33,58). Sum of RGB (Red+Green+Blue) = 3+33+58=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #03213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03213A is #FCDEC5. Grayscale: #1A1A1A. Windows color (decimal): -16572102 or 3809539. OLE color: 3809539.

HSL color Cylindrical-coordinate representation of color #03213A: hue angle of 207.27º 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 #03213A is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB33358-
CMYK0.950.4300.77
HSL207.27º90.16%11.96%-
HSV(B)207.27º94.83%22.75%-
XYZ1.351.414.2-
YUV26.88145.56110.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=3.19%
G=35.11%
B=61.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal333580.950.4300.77207.2790.1611.96
Hex3213A5F2B04Dcf5ac
Octal3417213753011531713214
Binary111000011110101011111101011010011011100111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03213A; }

 p { color: rgb(3,33,58); }

 H1.HeaderClassName
 {
   color: #03213A;
 }
 .AnyTagClassName
 {
   color: #03213A;
 }
</style>
background-color css

<style>
 a { background-color: #03213A; }

 a { background-color: rgb(3,33,58); }

 div.DivClassName
 {
   background-color: #03213A;
 }
 .BgClassName
 {
   background-color: #03213A;
 }
</style>
border-color css

<style>
 span { border-color: #03213A; }

 span { border-color: rgb(3,33,58); }

 td.TdClassName
 {
   border-color: #03213A;
 }
 .TagClassName
 {
   border-color: #03213A;
 }
</style>