#02213C

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

Shades of Tangaroa #02213C

Tints of Tangaroa #02213C

Color information

#02213C (or 0x02213C) is unknown color: approx Tangaroa. HEX triplet: 02, 21 and 3C. RGB value is (2,33,60). Sum of RGB (Red+Green+Blue) = 2+33+60=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #02213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02213C is #FDDEC3. Grayscale: #1A1A1A. Windows color (decimal): -16637636 or 3940610. OLE color: 3940610.

HSL color Cylindrical-coordinate representation of color #02213C: hue angle of 207.93º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02213C is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB23360-
CMYK0.970.4500.76
HSL207.93º93.55%12.16%-
HSV(B)207.93º96.67%23.53%-
XYZ1.381.434.48-
YUV26.81146.73110.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 60 (23.83% from 255) = 63.16%
R=2.11%
G=34.74%
B=63.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal233600.970.4500.76207.9393.5512.16
Hex2213C612D04Cd05ec
Octal2417414155011432013614
Binary101000011111001100001101101010011001101000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02213C; }

 p { color: rgb(2,33,60); }

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

<style>
 a { background-color: #02213C; }

 a { background-color: rgb(2,33,60); }

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

<style>
 span { border-color: #02213C; }

 span { border-color: rgb(2,33,60); }

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