#03213F

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

Shades of Tangaroa #03213F

Tints of Tangaroa #03213F

Color information

#03213F (or 0x03213F) is unknown color: approx Tangaroa. HEX triplet: 03, 21 and 3F. RGB value is (3,33,63). Sum of RGB (Red+Green+Blue) = 3+33+63=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 63 (25% from 255 or 63.64% from 99); Max value from RGB is 63 - color contains mainly: blue. Hex color #03213F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03213F is #FCDEC0. Grayscale: #1B1B1B. Windows color (decimal): -16572097 or 4137219. OLE color: 4137219.

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

Color convert

RGB33363-
CMYK0.950.4800.75
HSL210º90.91%12.94%-
HSV(B)210º95.24%24.71%-
XYZ1.481.474.91-
YUV27.45148.06110.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 63.64%
R=3.03%
G=33.33%
B=63.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal333630.950.4800.7521090.9112.94
Hex3213F5F3004Bd25bd
Octal3417713760011332213315
Binary111000011111111011111110000010010111101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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